From 72b077ff849dd1c942ae56ccc99dcf88d34f20c9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 1 Feb 2014 23:56:02 -0500 Subject: jh-checksource: don't use string interpolation with libremessages --- jh-checksource.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jh-checksource.sh b/jh-checksource.sh index e0da294..52e8995 100644 --- a/jh-checksource.sh +++ b/jh-checksource.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright © 2013 Luke Shumaker +# Copyright © 2013-2014 Luke Shumaker # This work is free. You can redistribute it and/or modify it under the # terms of the Do What The Fuck You Want To Public License, Version 2, # as published by Sam Hocevar. See the COPYING file for more details. @@ -42,7 +42,7 @@ matches_regexp() { } print-human() { - libremessages warning "The source directory `pwd` contains binary files:" + libremessages warning "The source directory %s contains binary files:" "$PWD" sed 's/./ -> &/' } -- cgit v1.2.3