Skip to content
Snippets Groups Projects
Commit 9b11ed28 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Ensure AUTOBUILD is in native_path form for non-cygwin tools.

Until we can propagate the corresponding buildscripts changes, we must
explicitly put AUTOBUILD in proper form. For now, assume that AUTOBUILD has
not yet been normalized.
parent 6d7858c5
No related branches found
No related tags found
No related merge requests found
...@@ -216,6 +216,8 @@ fi ...@@ -216,6 +216,8 @@ fi
# Check to see if we're skipping the platform # Check to see if we're skipping the platform
eval '$build_'"$arch" || pass eval '$build_'"$arch" || pass
# ensure AUTOBUILD is in native path form for child processes
AUTOBUILD="$(native_path "$AUTOBUILD")"
# set "$autobuild" to cygwin path form for use locally in this script # set "$autobuild" to cygwin path form for use locally in this script
autobuild="$(shell_path "$AUTOBUILD")" autobuild="$(shell_path "$AUTOBUILD")"
if [ ! -x "$autobuild" ] if [ ! -x "$autobuild" ]
......
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