[ltt-dev] [LTTV PATCH] Correctly expand the passed quoted parameters

Mathieu Desnoyers compudj at krystal.dyndns.org
Tue Jan 4 14:46:57 EST 2011


Merged, thanks !

Mathieu

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

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




More information about the lttng-dev mailing list