--- trunk/installer-simple/bin/installer.sh.in 2014/01/03 15:02:43 2345 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/07 13:03:58 2397 @@ -16,6 +16,12 @@ # -> now in images.conf CURRENTLINE=0 +die() +{ + echo "Error: $@" + exit 1 +} + # configuration if [ -e %SYSCONFDIR%/installer.conf ] then @@ -70,12 +76,6 @@ # DIALOG BOXEN # ################################################# -die() -{ - echo "Error: $@" - exit 1 -} - dialog_die() { ERROR="$1"