Skip to content

Commit

Permalink
Fix: linux sed doesn't like whitespace in -i option
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Oct 4, 2016
1 parent b6c684c commit a48a15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dist-kindle: kterm
&& cp -RL kindle.pkg/* $${KTERM_TMPDIR}/kterm \
&& cp kterm $${KTERM_TMPDIR}/kterm/bin \
&& cd $${KTERM_TMPDIR} \
&& sed -i '.bak' 's/@VER@/$(VERSION)/' kterm/config.xml \
&& sed -i'.bak' 's/@VER@/$(VERSION)/' kterm/config.xml \
&& rm kterm/config.xml.bak \
&& zip -qr $(kterm_pkg) kterm \
&& cd - \
Expand Down

0 comments on commit a48a15c

Please sign in to comment.