1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Revert "Echo any remaining args."

This reverts commit fbe02dab64.
This commit is contained in:
Rob Rix 2019-11-01 11:52:32 -04:00
parent fbe02dab64
commit 978beb7a11
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -56,7 +56,3 @@ echo "-Wno-name-shadowing"
echo "-Wno-safe"
echo "-Wno-unsafe"
echo "-Wno-star-is-type"
for arg in "$@"; do
echo "$arg"
done