Search found 1 match

by matsuda
Fri Mar 09, 2012 7:24 am
Forum: UBCD V5 Bug Reports & Known Issues
Topic: mkfdubcd.sh: Shell script code error
Replies: 0
Views: 40633

mkfdubcd.sh: Shell script code error

The script complained about me not having gzip installed, which was wrong, so I tried to find what was going on. Line 108 was the culprit. Line 98-111 MKISOFS='' for i in $PATH ; do if [ -x "$i/mkisofs" ] ; then MKISOFS="$i/mkisofs" break fi done GZIP='' for i in $PATH ; do if [ ...