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

Avoid error when executed by /bin/sh
authorRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 24 May 2011 21:46:16 +0000 (23:46 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Tue, 24 May 2011 21:46:16 +0000 (23:46 +0200)
commit15081fe001484b3337b60d0874d7ff4f608c1cc8
tree057b13bb4581ca740a8dfd345d82ace9a7ca453f
parenta2edd7a55c46574bf49a9d03b0cd9e3defd514df
Avoid error when executed by /bin/sh

No idea why

  [[ -n $ZSH_VERSION ]] && vcsh_exit() {vcsh exit; zle reset-prompt;}

errors out with

  vcsh: 96: Syntax error: "}" unexpected (expecting "fi")

but oh well.
vcsh