Remove "Press Return" if not in building
This commit is contained in:
parent
ea9a3a650f
commit
2c9faf66b3
@ -70,14 +70,13 @@ if [[ DOBUILD -eq 1 ]]; then
|
|||||||
|
|
||||||
DOEXPORT=1
|
DOEXPORT=1
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ OK -eq 0 ]]; then
|
if [[ OK -eq 0 ]]; then
|
||||||
if [ -z "$SILENT" ]; then
|
if [ -z "$SILENT" ]; then
|
||||||
echo "Read to add $PATCH. Press return"
|
echo "Read to add $PATCH. Press return"
|
||||||
read -n 1
|
read -n 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ DOEXPORT -eq 1 ]]; then
|
if [[ DOEXPORT -eq 1 ]]; then
|
||||||
until false
|
until false
|
||||||
|
Loading…
Reference in New Issue
Block a user