change sh to bash in shebang to make scripts work
This commit is contained in:
@@ -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