diff options
-rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index 4546606ba..16f445c4a 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -60,7 +60,7 @@ rm $p/etc/ld.so.conf # mv $p/usr/sbin/busybox.anaconda $p/usr/bin/busybox (cd $p/usr/bin; -set $(./busybox 2>&1| awk '/^\t([[:alnum:]_\.\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); +set $(./busybox 2>&1| awk '/^\t([[:alnum:]\-_\.\[]+,)+/' | sed 's/,//g' | sed 's/ +//'); dontclobber=(sh busybox reboot shutdown poweroff) while [ -n "$1" ]; do save= |