summarylogtreecommitdiffstats
path: root/c99
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-04-05 16:25:34 +0800
committerChih-Hsuan Yen2023-04-05 16:25:34 +0800
commit97186f7377c7ee16e9097847963c97d952a1add2 (patch)
tree273614de4bc0bba8c7e40fe0b3b309279d8c62a0 /c99
parent73f0c246a085791a86cf9a9ac72a811bff76ed81 (diff)
downloadaur-97186f7377c7ee16e9097847963c97d952a1add2.tar.gz
import from community
Diffstat (limited to 'c99')
-rw-r--r--c992
1 files changed, 1 insertions, 1 deletions
diff --git a/c99 b/c99
index 22a3b9b9425d..88dd80640fe1 100644
--- a/c99
+++ b/c99
@@ -7,4 +7,4 @@ for opt; do
exit 1;;
esac
done
-exec gcc-11 $fl ${1+"$@"}
+exec gcc $fl ${1+"$@"}