scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit eee59735a33ca030a5787eec69d494ee143e81dd
parent 681e67865a4f1ef968ea8dc981ac62279abef8ad
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 15 Sep 2021 13:06:55 +0200

build: Remove debug in install and uninstall

Diffstat:
Mscripts/install | 1-
Mscripts/uninstall | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/scripts/install b/scripts/install @@ -10,7 +10,6 @@ do shift 2 ;; -*) - echo 1=$1 echo usage: install [-p proto] prefix >&2 exit 1 ;; diff --git a/scripts/uninstall b/scripts/uninstall @@ -10,7 +10,6 @@ do shift 2 ;; -*) - echo 1=$1 echo usage: uninstall [-p proto] prefix >&2 exit 1 ;;