From 71a2eeec215213772d5800668e624f6508a62bf9 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Wed, 15 Dec 2010 11:42:25 +0300 Subject: [PATCH] Replaced remaining grep with @GREP@ in iso9660 VFS plugin. Signed-off-by: Andrew Borodin --- lib/vfs/mc-vfs/extfs/iso9660.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vfs/mc-vfs/extfs/iso9660.in b/lib/vfs/mc-vfs/extfs/iso9660.in index a64958ea3..2522cba23 100644 --- a/lib/vfs/mc-vfs/extfs/iso9660.in +++ b/lib/vfs/mc-vfs/extfs/iso9660.in @@ -11,7 +11,7 @@ test_iso () { CHARSET=`locale charmap 2>/dev/null` if test -z "$CHARSET"; then - CHARSET=`locale 2>/dev/null | grep LC_CTYPE | sed -n -e 's/.*\.\(.*\)"$/\1/p'` + CHARSET=`locale 2>/dev/null | @GREP@ LC_CTYPE | sed -n -e 's/.*\.\(.*\)"$/\1/p'` fi if test -n "$CHARSET"; then CHARSET=`echo "$CHARSET" | tr '[A-Z]' '[a-z]' | sed -e 's/^iso-/iso/'`