aboutsummaryrefslogtreecommitdiff
path: root/testdir/REGRESS
diff options
context:
space:
mode:
Diffstat (limited to 'testdir/REGRESS')
-rwxr-xr-xtestdir/REGRESS2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdir/REGRESS b/testdir/REGRESS
index 5c3667f..b54ce3f 100755
--- a/testdir/REGRESS
+++ b/testdir/REGRESS
@@ -1,7 +1,7 @@
#!/bin/sh
uname -a
-gcc echo.c -o echo && echo echo compiled
+cc echo.c -o echo && echo echo compiled
oldawk=${oldawk-awk}
awk=${awk-../a.out}