Skip to content

Commit

Permalink
Update pdfjam
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFirth committed Nov 8, 2019
1 parent 9882c94 commit ad84965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pdfjam
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ if test "$geometry" = false; then ## geometry package is not to be used
fi
if test -z "$pagecolor"; then ## color package is not needed
cp "$texFile" "$tempFile"
sed '/\\\usepackage.*{color}/d'"$tempFile" > "$texFile"
sed '/\\\usepackage.*{color}/d' "$tempFile" > "$texFile"
rm "$tempFile"
fi
(cat <<EndTemplate
Expand Down

0 comments on commit ad84965

Please sign in to comment.