commit 2bee5e1

hovercats  ·  2026-09-12 02:18:09 +0000 UTC
parent 1670d32
remove duplicate `error` printing on errexit calls
1 files changed,  +2, -2
M rcpm
M rcpm
+2, -2
 1@@ -140,7 +140,7 @@ fn install_pkg {
 2 					push_pkg
 3 			}
 4 		}
 5-		if not errexit Error: Manifest does not match!
 6+		if not errexit Manifest does not match!
 7 	}
 8 }
 9 
10@@ -180,7 +180,7 @@ fn get_local_ver {
11 
12 fn rm_pkg {
13 	if (! test -d $rcpm_root/$rcpm_db/$pkg) {
14-		errexit Error: Package not installed!
15+		errexit Package not installed!
16 	}
17 	filelist=`{cat $rcpm_root/$rcpm_db/$pkg/manifest}
18 	for (files in $filelist) {