Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
allow nimbus-configure to take user supplied arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Mar 26, 2010
1 parent dd7d664 commit 4bee60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/bin/nimbus-configure
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ! -d $NIMBUS_WEBDIR ]; then
fi

NIMBUS_CONF="$NIMBUS_HOME/nimbus-setup.conf"
SETUP_ARGS="--conf $NIMBUS_CONF"
SETUP_ARGS="--conf $NIMBUS_CONF $@"

NIMBUS_PYLIB="$NIMBUS_WEBDIR/lib/python"
NIMBUS_PYSRC="$NIMBUS_WEBDIR/src/python"
Expand Down

0 comments on commit 4bee60e

Please sign in to comment.