Compare commits

..

No commits in common. "6b49f03e022fac4ee4cb784c2b556e7883404d83" and "85bed955ccfc0756bf8e80af232574c5d85aa83b" have entirely different histories.

View File

@ -240,7 +240,7 @@ while IFS="" read -r file; do
mv "$tmpsed" "$file"
done
# Prepare the header
# Prepate the header
if ! [ "$SKIP_HEADER" ]; then
tmphead="$(mktemp)"
cp "$headerfile" "$tmphead"