shithub: scc

Download patch

ref: eee59735a33ca030a5787eec69d494ee143e81dd
parent: 681e67865a4f1ef968ea8dc981ac62279abef8ad
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Sep 15 09:06:55 EDT 2021

build: Remove debug in install and uninstall

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