Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 24, 2011
1 parent bc31031 commit 133bd8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forge-install.bsh
Expand Up @@ -2,9 +2,8 @@

: ${FORGE_HOME:?"FORGE_HOME must be set."}


TARGET=$1
DEV=$FORGE_HOME/../
DEV=`dirname $FORGE_HOME`

if [ -n $TARGET -a -f $TARGET ]
then
Expand Down

0 comments on commit 133bd8e

Please sign in to comment.