diff options
-rwxr-xr-x | bin/prepstrip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/prepstrip b/bin/prepstrip index 50153102e..3e4473314 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -84,7 +84,7 @@ if ! hasq binchecks ${RESTRICT} && \ scanelf -yqRBF '#k%F' -k '!.symtab' "$@" | sed -e "s#^$D##" > "$log" if [[ -n $QA_PRESTRIPPED && -s $log && \ ${QA_STRICT_PRESTRIPPED-unset} = unset ]] ; then - local shopts=$- + shopts=$- set -o noglob for x in $QA_PRESTRIPPED ; do sed -e "s#^${x#/}\$##" -i "$log" |