diff options
-rwxr-xr-x | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |