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

Fix for my last fix to windows build.

--HG--
branch : autobuild-package-skeleton
parent 28bc9a68
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ set -e
if [ "$OSTYPE" = "cygwin" ] ; then
# *HACK windows env vars are crap -brad
export autobuild="$(cygpath -u $AUTOBUILD.cmd)"
export autobuild="$(cygpath -u $AUTOBUILD)"
fi
if [ -z "$autobuild" ] ; then
......
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