mirror of
https://github.com/corda/corda.git
synced 2024-12-29 01:08:57 +00:00
don't create '1' file from docker/build.sh
This commit is contained in:
parent
68e74d1284
commit
df553cbdb6
@ -8,7 +8,7 @@ if test $# -eq 0; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
while test $# > 1 ; do
|
||||
while test $# -gt 1 ; do
|
||||
key="$1"
|
||||
case $key in
|
||||
-c|--container)
|
||||
|
Loading…
Reference in New Issue
Block a user