diff --git a/apply-single-patch.sh b/apply-single-patch.sh index ba072d5..10455b8 100644 --- a/apply-single-patch.sh +++ b/apply-single-patch.sh @@ -70,12 +70,11 @@ if [[ DOBUILD -eq 1 ]]; then DOEXPORT=1 -fi - -if [[ OK -eq 0 ]]; then - if [ -z "$SILENT" ]; then - echo "Read to add $PATCH. Press return" - read -n 1 + if [[ OK -eq 0 ]]; then + if [ -z "$SILENT" ]; then + echo "Read to add $PATCH. Press return" + read -n 1 + fi fi fi