(minor) bash -> sh changes in some non-core code

/bin/bash is muscle memory for me, although it appears that not too much
of the actual code is bash-specific, so it's reasonably easy to fix.
This commit is contained in:
Sitaram Chamarty 2012-10-27 07:07:30 +05:30
parent 3eefc06551
commit 4eb8cd4ad1
5 changed files with 6 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# For normal (not "wild") repos, gitolite v3 sets 'gitweb.description' instead
# of putting the text in the "description" file. This is easier because it