]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
aiaiai-project-update: fix typo of printf in usage statement
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 4 Apr 2014 22:06:48 +0000 (15:06 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 7 Apr 2014 10:20:00 +0000 (13:20 +0300)
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/systemd/aiaiai-project-update

index cb20ea3ea895ab3e8f15c5bb7e8a29cd9a4638a2..f0af5fe3d106caa8a5f3c344bd544903b5ad24fd 100755 (executable)
@@ -54,7 +54,7 @@ EOF
 
 fail_usage()
 {
-       [ -z "$1" ] || print "%s\n" "$1"
+       [ -z "$1" ] || printf "%s\n" "$1"
        show_usage
        exit 1
 }