summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 565d267..0503006 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -221,7 +221,7 @@ if [ "${SHOW_AUTOMODS}" = "y" ]; then
exit 0
fi
-if [ -n "${GENIMG}" ]; then
+if [ -z "${GENIMG}" ]; then
echo ":: Begin dry run"
else
echo ":: Begin build"