change sh to bash in shebang to make scripts work
This commit is contained in:
parent
ca1f6f8c5b
commit
f4a1ca0692
@ -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
|
||||||
|
Reference in New Issue
Block a user