* extfs/iso9660.in: Fix quoting issues.

This commit is contained in:
Andrew V. Samoilov 2004-10-27 13:01:14 +00:00
parent fd913b65b6
commit c3cd3df138
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* tar.c tar_read_header(): q should not point to a static string.
Canonicalize q.
* extfs/iso9660.in: Fix quoting issues.
2004-10-25 Andrew V. Samoilov <sav@bcs.zp.ua>
* smbfs.c (smbfs_open_readwrite): Comment out flags games,

View File

@ -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