diff options
author | Bill Nottingham <notting@redhat.com> | 2000-06-17 19:48:43 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-06-17 19:48:43 +0000 |
commit | 030df865a9d2b4742a90f9746879d51f2fb07d5d (patch) | |
tree | 2ff93ef6cdd73bab4dc8c8724a1f4268e991feaa /scripts/scrubtree | |
parent | de6eda5d436f8d2e3fa214106e0f4181319ee77b (diff) | |
download | anaconda-030df865a9d2b4742a90f9746879d51f2fb07d5d.tar.gz anaconda-030df865a9d2b4742a90f9746879d51f2fb07d5d.tar.xz anaconda-030df865a9d2b4742a90f9746879d51f2fb07d5d.zip |
oops
Diffstat (limited to 'scripts/scrubtree')
-rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index a2e376dfd..2172cf9cd 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -11,7 +11,7 @@ STRIP=strip ARCH=`uname -m | sed -e 's/i.86/i386/'` if [ $ARCH = ia64 ]; then - STRIP=strip --strip-debug + STRIP="strip --strip-debug" fi # Must create ld.so.conf, because ldconfig does not cache |