From 643fada6f1d810dcf6bd19ea392fa2eaebf1e5a6 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 7 Jan 2007 20:36:07 +0000 Subject: [PATCH] Fix variable pollution when adding ops to files. --- buildpkg.packaging.irix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index 8927b72..70bb8af 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -330,7 +330,7 @@ add_files() else echo "f $perm $owner $group ${topinstd}${slash}$fname $i ${pkgname}.${prodcat}" >>$idbfile fi - + specattr="" # If there's more than one file we must reset specattr to avoid polluting the next entries done IFS=$OIFS # Handle symlinks