From d5a213c027d18c2c8de4b869af2b6839badb3871 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 18 Aug 2010 10:08:49 -0400 Subject: build: no required environment variables R=adg, r, PeterGo CC=golang-dev http://codereview.appspot.com/1942044 --- src/sudo.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sudo.bash') diff --git a/src/sudo.bash b/src/sudo.bash index d87fb231d..147e58f15 100755 --- a/src/sudo.bash +++ b/src/sudo.bash @@ -3,6 +3,9 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +set -e +. ./env.bash + case "`uname`" in Darwin) ;; -- cgit v1.2.1