PORTAGE_COMPRESS_EXCLUDE_SUFFIXES, since otherwise 'set' was
called with no arguments which caused the environment to be
displayed on stdout.
svn path=/main/trunk/; revision=11539
filtered_args[$i]=$x
(( i++ ))
done
- set "${filtered_args[@]}"
+ [ $i -eq 0 ] && exit 0
+ set -- "${filtered_args[@]}"
# If a compressed version of the file already exists, simply
# delete it so that the compressor doesn't whine (bzip2 will