From 2789b57bab12087e133b666b39afa38f91198c2b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Jan 2009 21:00:49 -0800 Subject: Fix expr --- extract-distro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-distro.sh b/extract-distro.sh index 9f0c1ab..0880ea8 100755 --- a/extract-distro.sh +++ b/extract-distro.sh @@ -8,7 +8,7 @@ here=`pwd` df -h . -find "$@" \( -name debug -o -name Debuginfo \) -print -prune -o \ +find "$@" \( \( -name debug -o -name Debuginfo \) -print -prune \) -o \ \( -name os -prune \) | ( echo 'all: \' sed 's,^.*$,do/@& \\,' -- cgit