summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-10 21:00:49 -0800
committerRoland McGrath <roland@redhat.com>2009-01-10 21:00:49 -0800
commit2789b57bab12087e133b666b39afa38f91198c2b (patch)
tree4c3dae5c4e43d8479bccee72b48c8633e8d6fe6a
parentc2d71d1278fa1503289fbc652b46ae70647d1fb2 (diff)
downloaddebuginfo-test-scripts-2789b57bab12087e133b666b39afa38f91198c2b.tar.gz
debuginfo-test-scripts-2789b57bab12087e133b666b39afa38f91198c2b.tar.xz
debuginfo-test-scripts-2789b57bab12087e133b666b39afa38f91198c2b.zip
Fix expr
-rwxr-xr-xextract-distro.sh2
1 files changed, 1 insertions, 1 deletions
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/@& \\,'