From 565a69262fb46364e094a05c684b961adf076a67 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sat, 9 Aug 2003 22:23:16 +0000 Subject: [PATCH] fixed xfind ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1043 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/xfind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xfind.sh b/scripts/xfind.sh index 6b31c9e6e..5559fd69b 100644 --- a/scripts/xfind.sh +++ b/scripts/xfind.sh @@ -8,7 +8,7 @@ tmp1=`mktemp` tmp2=`mktemp` while [ "$#" -gt 0 ] do - [ -z "${1##[-(]*}" ] && break + [ -z "${1##[-(\!]*}" ] && break echo $1 >> $tmp1 shift done