Merge pull request #375 from zzottel/master

change sh to bash in shebang to make scripts work
This commit is contained in:
redmatrix 2015-07-16 09:46:16 +10:00
commit 99dfd2f5b1
6 changed files with 6 additions and 6 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

View file

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

View file

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

View file

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