summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/clean.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clean.bash b/src/clean.bash
index f5cd3b057..2bfc88f22 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -8,9 +8,9 @@ rm -f $GOROOT/lib/*.a
for i in lib9 libbio libcgo libmach libregexp cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
../usr/r/rpc ../usr/dsymonds/iterable \
- ../usr/austin/eval ../usr/austin/ogle ../test/bench
+ ../test/bench
do(
- cd $i
+ cd $i || exit 1
if test -f clean.bash; then
bash clean.bash
else