[ltt-dev] [LTTV PATCH] Correctly expand the passed quoted parameters
Yannick Brosseau
yannick.brosseau at gmail.com
Wed Dec 22 13:23:52 EST 2010
Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>
---
lttv/lttv/lttv.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lttv/lttv/lttv.sh b/lttv/lttv/lttv.sh
index a7d7dc3..6ad81c4 100644
--- a/lttv/lttv/lttv.sh
+++ b/lttv/lttv/lttv.sh
@@ -10,5 +10,5 @@ if [ x"$*" = x"" ]; then
echo
$0.real --help
else
- $0.real $*
+ $0.real "$@"
fi
--
1.7.2.3
More information about the lttng-dev
mailing list