1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Fixed a bug in manage.sh where quoted arguments were not passed on with quotes.

This commit is contained in:
Samuel Lai 2012-08-18 21:01:27 +10:00
parent 4430997467
commit f4940cd1af

View File

@ -35,5 +35,5 @@ else
# shift off the command name so we don't pass it on
shift
$SCRIPT_DIR/start_python.sh $command $@
$SCRIPT_DIR/start_python.sh $command "$@"
fi