Compare commits

...

2 Commits

  1. 2
      rivet.sh

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

Loading…
Cancel
Save