From 24b51acb8ae815e71a285fccee269450720118c5 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 5 Dec 2012 14:53:15 +0100 Subject: top: Fix parameter quoting --- quilt.changes | 5 +++++ quilt/top.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/quilt.changes b/quilt.changes index cac0702..32e2d79 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 14:44:13 CET 2012 - jdelvare@suse.de + +- top: Fix parameter quoting. + ------------------------------------------------------------------- Wed Dec 5 14:43:58 CET 2012 - jdelvare@suse.de diff --git a/quilt/top.in b/quilt/top.in index d87718a..b8ff089 100644 --- a/quilt/top.in +++ b/quilt/top.in @@ -58,7 +58,7 @@ then fi top=$(find_top_patch) || exit 2 -echo "$(print_patch $top)" +echo "$(print_patch "$top")" ### Local Variables: ### mode: shell-script -- cgit