Fix variable pollution when adding ops to files.

This commit is contained in:
Tom G. Christensen 2007-01-07 20:36:07 +00:00
parent 496eb335d5
commit 643fada6f1

View File

@ -330,7 +330,7 @@ add_files()
else else
echo "f $perm $owner $group ${topinstd}${slash}$fname $i ${pkgname}.${prodcat}" >>$idbfile echo "f $perm $owner $group ${topinstd}${slash}$fname $i ${pkgname}.${prodcat}" >>$idbfile
fi fi
specattr="" # If there's more than one file we must reset specattr to avoid polluting the next entries
done done
IFS=$OIFS IFS=$OIFS
# Handle symlinks # Handle symlinks