commit fe9bd0c

hovercats  ·  2026-09-12 02:29:26 +0000 UTC
parent 0759984
remove some unneccessary quoting
1 files changed,  +2, -2
M rcpm
M rcpm
+2, -2
 1@@ -37,7 +37,7 @@ fn dl_pkg {
 2 		srcs=1
 3 	}
 4 	if (test -d files/) srcs=1
 5-	if (! ~ $srcs 1) errexit 'No sources found'
 6+	if (! ~ $srcs 1) errexit No sources found
 7 	if not status=()
 8 
 9 }
10@@ -241,5 +241,5 @@ switch($cmd) {
11 		update_pkg
12 	case *
13 		rcpm_help
14-		errexit 'Invalid arguement!'
15+		errexit Invalid arguement!
16 }