summaryrefslogtreecommitdiffstats
path: root/usr.bin/c99/c99.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/c99/c99.c')
-rw-r--r--usr.bin/c99/c99.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c
index f5f273f..79cca89 100644
--- a/usr.bin/c99/c99.c
+++ b/usr.bin/c99/c99.c
@@ -70,7 +70,7 @@ main(int argc, char *argv[])
usage();
}
- addarg("cc");
+ addarg("/usr/bin/cc");
addarg("-std=iso9899:1999");
addarg("-pedantic");
for (i = 1; i < optind; i++)
OpenPOWER on IntegriCloud