summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-10 21:00:00 -0800
committerRoland McGrath <roland@redhat.com>2009-01-10 21:00:00 -0800
commitc2d71d1278fa1503289fbc652b46ae70647d1fb2 (patch)
treea2fc868bb0d6eab0b24f4d4798fa4a9b5d461a8d
parent2e943a5f18eaf1889eba98c16fdc3df118e4e83f (diff)
downloaddebuginfo-test-scripts-c2d71d1278fa1503289fbc652b46ae70647d1fb2.tar.gz
debuginfo-test-scripts-c2d71d1278fa1503289fbc652b46ae70647d1fb2.tar.xz
debuginfo-test-scripts-c2d71d1278fa1503289fbc652b46ae70647d1fb2.zip
Exclude os/
-rwxr-xr-xextract-distro.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/extract-distro.sh b/extract-distro.sh
index 8312fe3..9f0c1ab 100755
--- a/extract-distro.sh
+++ b/extract-distro.sh
@@ -8,7 +8,8 @@ here=`pwd`
df -h .
-find "$@" \( -name debug -o -name Debuginfo \) -print -prune | (
+find "$@" \( -name debug -o -name Debuginfo \) -print -prune -o \
+ \( -name os -prune \) | (
echo 'all: \'
sed 's,^.*$,do/@& \\,'
echo