[PATCH] btrace: need space between options
authorJens Axboe <axboe@suse.de>
Mon, 19 Sep 2005 11:46:19 +0000 (13:46 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 19 Sep 2005 11:46:19 +0000 (13:46 +0200)
btrace

diff --git a/btrace b/btrace
index 7e5460806d4b87f3f0365983797a9abc55c57aa4..78684dffeb4b320c60ba7b52d7852b07db2b62f4 100755 (executable)
--- a/btrace
+++ b/btrace
@@ -25,7 +25,7 @@ do
                ;;
        esac
 done
-PARSEOPTS=${PARSEOPTS}${SUMMARIZE}
+PARSEOPTS="${PARSEOPTS} ${SUMMARIZE}"
 
 shift `expr $OPTIND - 1`
 if [ $# -eq 0 ]; then