[PATCH aiaiai 3/7] aiaiai-project-update: fix typo of printf in usage statement

Jacob Keller jacob.e.keller at intel.com
Fri Apr 4 15:06:48 PDT 2014


Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 email/systemd/aiaiai-project-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email/systemd/aiaiai-project-update b/email/systemd/aiaiai-project-update
index cb20ea3ea895..f0af5fe3d106 100755
--- a/email/systemd/aiaiai-project-update
+++ b/email/systemd/aiaiai-project-update
@@ -54,7 +54,7 @@ EOF
 
 fail_usage()
 {
-	[ -z "$1" ] || print "%s\n" "$1"
+	[ -z "$1" ] || printf "%s\n" "$1"
 	show_usage
 	exit 1
 }
-- 
1.8.3.1




More information about the aiaiai mailing list