summaryrefslogtreecommitdiffstats
path: root/extract-distro.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract-distro.sh')
-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/@& \\,'