]> arthur.barton.de Git - ax-unix.git/log
ax-unix.git
7 years agoCorrectly quote variables in Makefiles
Alexander Barton [Mon, 14 Nov 2016 17:24:55 +0000 (18:24 +0100)]
Correctly quote variables in Makefiles

Required for user/group/path names containing spaces.
For example on Cygwin!

7 years agoUpdate some copyright notices :-)
Alexander Barton [Mon, 14 Nov 2016 17:24:14 +0000 (18:24 +0100)]
Update some copyright notices :-)

7 years agoFix some shellcheck(1) warnings in ax-common example code
Alexander Barton [Sat, 6 Aug 2016 17:36:19 +0000 (19:36 +0200)]
Fix some shellcheck(1) warnings in ax-common example code

7 years agoFix some shellcheck(1) warnings
Alexander Barton [Sat, 6 Aug 2016 17:28:13 +0000 (19:28 +0200)]
Fix some shellcheck(1) warnings

7 years agoUpdate copyright notice for 2016 :-)
Alexander Barton [Sat, 6 Aug 2016 17:27:50 +0000 (19:27 +0200)]
Update copyright notice for 2016 :-)

8 years agoax-common.sh: Use \NNN instead of \xNN, which is portable
Alexander Barton [Fri, 28 Aug 2015 14:51:44 +0000 (16:51 +0200)]
ax-common.sh: Use \NNN instead of \xNN, which is portable

9 years agoDon't install lib/ax/ax-common.sh file with executable bits set
Alexander Barton [Sat, 4 Apr 2015 21:13:10 +0000 (23:13 +0200)]
Don't install lib/ax/ax-common.sh file with executable bits set

It is a library intended to be included ("sourced") by other scripts,
it doesn't need to be executable itself!

9 years agoDon't install lib/ax/README file with executable bits set ...
Alexander Barton [Sat, 4 Apr 2015 21:11:15 +0000 (23:11 +0200)]
Don't install lib/ax/README file with executable bits set ...

9 years agoAdd lib/ax/ax-common.sh
Alexander Barton [Sat, 4 Apr 2015 21:09:04 +0000 (23:09 +0200)]
Add lib/ax/ax-common.sh

Currently this implements
 - ax_msg
 - ax_msg1
 - ax_abort

9 years agoInitial commit
Alexander Barton [Wed, 28 May 2014 10:41:44 +0000 (12:41 +0200)]
Initial commit