commit a9d0201

hovercats  ·  2023-09-01 18:29:40 +0000 UTC
parent b210b42
fix -r flag using wrong variable
1 files changed,  +1, -1
M rcsm
M rcsm
+1, -1
1@@ -43,7 +43,7 @@ case -l
2 	find $basedir/avail -type f
3 case -r
4 	run -k $2
5-	run -s $1
6+	run -s $2
7 case -s
8 	run $1 $2
9 case *