also change the update_ scripts
This commit is contained in:
parent
f4a1ca0692
commit
ba7acf88ad
@ -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