Skip to content

Commit

Permalink
* update to export the PROJ_PATH so that we can use it in the jsbuil…
Browse files Browse the repository at this point in the history
…d/cssbuild scripts to determine paths to build
  • Loading branch information
mitechie committed Sep 15, 2009
1 parent f39c8f9 commit 14fd07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workit.sh
Expand Up @@ -118,7 +118,7 @@ function show_workit_projects () {
#
function workit () {
typeset PROJ_NAME="$1"
typeset PROJ_PATH="$WORKIT_HOME/$PROJ_NAME"
export PROJ_PATH="$WORKIT_HOME/$PROJ_NAME"

if [ "$PROJ_NAME" = "" ]
then
Expand Down

0 comments on commit 14fd07a

Please sign in to comment.