X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=chroot-script;fp=chroot-script;h=ec2453a9bc49cbac1716bfa260c4af70ad28534a;hb=6db61f4d5eb33d8e4855e001f0cbfe8aa2896496;hp=8a35f29ccf4bd091b0f27c002aea029916e1a7ca;hpb=c59878b7597b82fc8f94ba5312c01e0a94075a4f;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index 8a35f29..ec2453a 100755 --- a/chroot-script +++ b/chroot-script @@ -803,9 +803,9 @@ trap signal_handler HUP INT QUIT TERM initrd grub_install passwords \ custom_scripts upgrade_system remove_apt_cache services \ remove_chrootmirror; do - if stage $i ; then - $i - stage $i 'done' + if stage "$i" ; then + "$i" + stage "$i" 'done' fi done # always execute the finalize stage: