Re: Fixed patch: extfs/iso9660.in
- From: Leonard den Ottolander <leonard den ottolander nl>
- To: MC Devel <mc-devel gnome org>
- Subject: Re: Fixed patch: extfs/iso9660.in
- Date: Wed, 27 Oct 2004 14:37:37 +0200
Hi,
Ok, for clarity's sake I fixed the patch by dropping the second hunk.
Please commit this one hunk patch.
Anybody feels like double checking the shell scripts in vfs/extfs? Perl
scripts should all be fine.
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
--- iso9660.in.000 2003-04-29 20:21:41.000000000 +0200
+++ iso9660.in 2004-10-26 10:15:29.000000000 +0200
@@ -9,7 +9,7 @@
# tested to comply with isoinfo 2.0's output
test_iso () {
- CHARSET=`echo $save_ctype | sed -n -e 's/.*\.\(.*\)"$/\1/p' |tr '[A-Z]' '[a-z]'`
+ CHARSET=`echo "$save_ctype" | sed -n -e 's/.*\.\(.*\)"$/\1/p' | tr '[A-Z]' '[a-z]'`
if test -n "$CHARSET"; then
isoinfo -j $CHARSET 2>&1 | grep "Unknown charset" >/dev/null && CHARSET=
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]