mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* extfs/iso9660.in: Fix quoting issues.
This commit is contained in:
parent
fd913b65b6
commit
c3cd3df138
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user