]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
sh-functions: fix print_separator
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 26 Nov 2013 22:35:06 +0000 (14:35 -0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 27 Nov 2013 09:25:59 +0000 (11:25 +0200)
print_separator needs to be run as a subshell, because we need its output, not
the string itself. This fixes a print display bug where we show
"print_separator" instead of the actual separator.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
aiaiai-sh-functions

index 829dafcc489b41916c7f43dbb2672fe936ea152c..73223527907807ff824ca7ca76ee7ce9c5322979 100644 (file)
@@ -150,7 +150,7 @@ Results of "patch --merge=diff3 -p1 < .git/rebase-apply/patch":
 
 $(patch --merge=diff3 -p1 < .git/rebase-apply/patch 2>&1)
 
-print_separator
+$(print_separator)
 
 $(git diff --no-color)
 EOF