]> 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:

Replace call to basename with shell-foo
authormartin f. krafft <madduck@madduck.net>
Tue, 23 Apr 2013 11:58:46 +0000 (13:58 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 23 Apr 2013 11:59:10 +0000 (13:59 +0200)
commit25de0d292345a90b7d6dbd99f54c87e10eea114c
tree4a4abe51749a0355132aa0fcfc5b8c798948fefa
parent0871cffdcdc55b143c124075dffb1d1b10426ffa
Replace call to basename with shell-foo

This is POSIX-compliant:

  % 0=/test/bla/foo
  % echo ${0##*/}
  foo

Signed-off-by: martin f. krafft <madduck@madduck.net>
vcsh