Merge pull request #375 from zzottel/master
change sh to bash in shebang to make scripts work
This commit is contained in:
commit
99dfd2f5b1
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -f
|
#!/bin/bash -f
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -f
|
#!/bin/bash -f
|
||||||
|
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -f
|
#!/bin/bash -f
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -f
|
#!/bin/bash -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -f
|
#!/bin/bash -f
|
||||||
|
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -f
|
#!/bin/bash -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
Reference in New Issue
Block a user