From 4ed33956e12c5552b56f15c32f48573c0db4ef74 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 20 Feb 2009 10:23:46 +0000 Subject: [PATCH] missing backticks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/is_text.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/scripts/is_text.sh b/distrib/scripts/is_text.sh index 73af195d33..253dcdb7db 100755 --- a/distrib/scripts/is_text.sh +++ b/distrib/scripts/is_text.sh @@ -26,10 +26,10 @@ if [ `basename $1` = "config.guess" ] ; then fi # ignore makefile.wat etc -if [ basename $1 = "makefile.wat" ] ; then +if [ `basename $1` = "makefile.wat" ] ; then exit 1 fi -if [ basename $1 = "config.wat" ] ; then +if [ `basename $1` = "config.wat" ] ; then exit 1 fi