]> arthur.barton.de Git - bup.git/commit
Makefile: Don't use printf '\c'; not needed, and not portable
authorRob Browning <rlb@defaultvalue.org>
Sat, 10 Feb 2018 16:18:08 +0000 (10:18 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 10 Feb 2018 16:18:30 +0000 (10:18 -0600)
commit31d8bf04c831d8a86dd149cf0c7067a9a3e9c336
treeb1247eca58b21d27001b0310444e5ea2bb0e82ce
parent80addc3f11e41101ed3a30aa17d4d8741d5592b9
Makefile: Don't use printf '\c'; not needed, and not portable

Remove the printf '\c' introduced in
3306a802a11b8d945af081cb835bb7fe208dc84c.

Thanks to Alexander Barton for reporting the problem (seen on macOS)
and proposing an alternate solution.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile