You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/05/15 20:56:33 UTC

[07/12] storm git commit: STORM-807: quote args correctly

STORM-807: quote args correctly


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3844fcec
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3844fcec
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3844fcec

Branch: refs/heads/0.10.x-branch
Commit: 3844fcec314f9884c4c0866923c8049985cc498c
Parents: 1276691
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri May 1 09:39:45 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 15 14:18:36 2015 -0400

----------------------------------------------------------------------
 bin/storm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3844fcec/bin/storm
----------------------------------------------------------------------
diff --git a/bin/storm b/bin/storm
index 2adb249..809a83a 100755
--- a/bin/storm
+++ b/bin/storm
@@ -73,4 +73,4 @@ if [ -f "${STORM_CONF_DIR}/storm-env.sh" ]; then
   . "${STORM_CONF_DIR}/storm-env.sh"
 fi
 
-exec $PYTHON ${STORM_BIN_DIR}/storm.py $@
+exec "$PYTHON" "${STORM_BIN_DIR}/storm.py" "$@"