Fix variable pollution when adding ops to files.
This commit is contained in:
parent
496eb335d5
commit
643fada6f1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user