aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index 45154e0490..ae5b2562b5 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -6,8 +6,9 @@
set -e
xcd() {
- builtin cd $1
+ echo
echo --- cd $1
+ builtin cd $1
}
(xcd lib/reflect
@@ -41,7 +42,7 @@ rm -f *.6 6.out
6g printf.go
6g main.go
6l main.6
-6.out
+./6.out
)
(xcd ../test