* extfs/iso9660.in: Fix quoting issues.
Этот коммит содержится в:
родитель
fd913b65b6
Коммит
c3cd3df138
@ -3,6 +3,8 @@
|
|||||||
* tar.c tar_read_header(): q should not point to a static string.
|
* tar.c tar_read_header(): q should not point to a static string.
|
||||||
Canonicalize q.
|
Canonicalize q.
|
||||||
|
|
||||||
|
* extfs/iso9660.in: Fix quoting issues.
|
||||||
|
|
||||||
2004-10-25 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2004-10-25 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||||
|
|
||||||
* smbfs.c (smbfs_open_readwrite): Comment out flags games,
|
* smbfs.c (smbfs_open_readwrite): Comment out flags games,
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# tested to comply with isoinfo 2.0's output
|
# tested to comply with isoinfo 2.0's output
|
||||||
|
|
||||||
test_iso () {
|
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
|
if test -n "$CHARSET"; then
|
||||||
isoinfo -j $CHARSET 2>&1 | grep "Unknown charset" >/dev/null && CHARSET=
|
isoinfo -j $CHARSET 2>&1 | grep "Unknown charset" >/dev/null && CHARSET=
|
||||||
fi
|
fi
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user