summaryrefslogtreecommitdiff
path: root/usr.bin/c99/c99.sh
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-05-25 18:08:09 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-05-25 18:08:09 -0500
commite49261426acb09f4f85d995101b28d36ba54939e (patch)
tree8cb6789b11facd28642d2e742df10ef2257811ce /usr.bin/c99/c99.sh
parentead218885275026a16c545f3e81fbc61a9c85e94 (diff)
downloaduserland-e49261426acb09f4f85d995101b28d36ba54939e.tar.gz
userland-e49261426acb09f4f85d995101b28d36ba54939e.tar.bz2
userland-e49261426acb09f4f85d995101b28d36ba54939e.tar.xz
userland-e49261426acb09f4f85d995101b28d36ba54939e.zip
usr.bin/c99: remove; not sure why this evaded the initial prune
Diffstat (limited to 'usr.bin/c99/c99.sh')
-rw-r--r--usr.bin/c99/c99.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/c99/c99.sh b/usr.bin/c99/c99.sh
deleted file mode 100644
index 15cab47..0000000
--- a/usr.bin/c99/c99.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/bin/cc -std=c99 "$@"