Skip to content

Commit

Permalink
Experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Donnachie <benjamin@py-soft.co.uk>
  • Loading branch information
Benjamin Donnachie committed Jan 21, 2011
1 parent 480ebc7 commit 82ddb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-script.sh
Expand Up @@ -10,15 +10,15 @@ function status {
}

function try {
status Trying "$@"
"$@"
status Trying $@
$@
if [ $? -ne 0 ]; then
status "ERROR - ABORTING"
exit
fi
}

PATH=/bin:/sbin:/usr/bin:/usr/sbin
#PATH=/bin:/sbin:/usr/bin:/usr/sbin

# Set up build environment
WorkingDirectory="`pwd`"
Expand Down

0 comments on commit 82ddb03

Please sign in to comment.