Commit 499c5d70 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

auto-build: allow multi-token build commands

parent 0746ca79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ build ()
	(
		export AUTO_BUILD_BASE="$GIT_DIR"
		unset GIT_DIR
		if ! eval "$cmd" >&2; then
		if ! eval $cmd >&2; then
			echo "command failed: $cmd" >&2
			return 1
		fi