Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Commit

Permalink
Ensure the commands run in the same directory as the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Aug 20, 2011
1 parent 585fbbc commit 43f19df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ else
exit 3
fi

cd `dirname $0`

$QMAKE_BINARY -spec $SPEC
$MAKE_BINARY qmake
$MAKE_BINARY
Expand Down

0 comments on commit 43f19df

Please sign in to comment.