change sh to bash in shebang to make scripts work

This commit is contained in:
zottel 2015-07-15 15:29:08 +02:00
parent ca1f6f8c5b
commit f4a1ca0692
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname

View File

@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 2 ]; then

View File

@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname