mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while test $# > 1 ; do
|
while test $# -gt 1 ; do
|
||||||
key="$1"
|
key="$1"
|
||||||
case $key in
|
case $key in
|
||||||
-c|--container)
|
-c|--container)
|
||||||
|
Loading…
Reference in New Issue
Block a user