fix bashism

This commit is contained in:
Joey Hess 2007-09-10 18:10:16 +00:00
parent ee4fab7ef8
commit 23f2e94046
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ if [ "$THISTYPE" = "isolinux" ]; then
# Isolinux setup including config and help files comes from d-i.
cat cdrom/debian-cd_info.tar.gz | (cd boot$N/$ISOLINUXDIR/; tar zx)
# Not everything in the tarball is isolinux stuff
mv boot$N/$ISOLINUXDIR/{g2ldr*,setup.exe,win32-loader.ini} boot$N/
mv boot$N/$ISOLINUXDIR/g2ldr* boot$N/$ISOLINUXDIR/setup.exe \
boot$N/$ISOLINUXDIR/win32-loader.ini boot$N/
if [ -e boot$N/$ISOLINUXDIR/f3.txt.withgtk ]; then
extra_image gtk/initrd.gz
mv boot$N/$ISOLINUXDIR/f3.txt.withgtk boot$N/$ISOLINUXDIR/f3.txt