]> git.madduck.net Git - code/vcsh.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

sh-code portability improvements and fixes
authorG.raud <graud@gmx.com>
Mon, 31 Mar 2014 06:07:55 +0000 (08:07 +0200)
committerG.raud <graud@gmx.com>
Mon, 31 Mar 2014 08:48:47 +0000 (10:48 +0200)
commitc3c88c981d7e4d5cafcd69137d76de64b0236ace
tree8c12f905c289efa25f93323d16404dccb70e9b19
parent5959015330816cce5d61237fe847a01b12de1356
sh-code portability improvements and fixes

use export without assignment

delete needless quoting (after case, in assignments, ...)

add missing quoting (on the echo command line, ...)

make sure 'test =' is not called with empty arguments

do not call test with more than 4 arguments
vcsh