Commit 89c2b984 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

auto-build: correct PATH while running under cygwin

parent fbcb5a55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ _backup ()

build ()
{
	export PATH="/bin:/usr/bin:/usr/local/bin:$PATH"
	local ref=`_normalise_ref "$1"`
	local confsec=`_get_config_section "$ref"`
	local dbuild=`config location || echo /tmp/build/`