diff options
-rw-r--r-- | macroszification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macroszification b/macroszification index 5ca1cf5..fab9ea7 100644 --- a/macroszification +++ b/macroszification @@ -58,7 +58,7 @@ fi exit; } -egrep -q "^%configure" $file && { +[[ -z $nocheck ]] && egrep -q "^%configure" $file && { egrep -q "^%makeinstall" $file || { echo "sound like you don't have a %makeinstall" exit; |