Skip to content
Snippets Groups Projects
Commit 45cd18d7 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Moved around AUTOBUILD var tests so they make more sense.

--HG--
branch : autobuild-package-skeleton
parent 1bd25cc3
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,14 @@ set -x ...@@ -5,14 +5,14 @@ set -x
# make errors fatal # make errors fatal
set -e set -e
if [ "$OSTYPE" = "cygwin" ] ; then
export AUTOBUILD="$(cygpath -u $AUTOBUILD)"
fi
if [ -z "$AUTOBUILD" ] ; then if [ -z "$AUTOBUILD" ] ; then
fail fail
fi fi
if [ "$OSTYPE" = "cygwin" ] ; then
export AUTOBUILD="$(cygpath -u $AUTOBUILD)"
fi
# load autbuild provided shell functions and variables # load autbuild provided shell functions and variables
set +x set +x
eval "$("$AUTOBUILD" source_environment)" eval "$("$AUTOBUILD" source_environment)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment