shithub: rcfitness

Download patch

ref: 800267bfade7f03104e5839cf27be47ca2a7d966
parent: f2e2c0fc324692461aa4f4c84100694189dabb9f
author: rodri <[email protected]>
date: Sun Jan 31 02:55:49 EST 2021

do the argc check right.

--- a/bmr
+++ b/bmr
@@ -16,7 +16,7 @@
 	exit usage
 }
 
-if(! ifs=() eval `{aux/getflags $*} || ~ $#* 0)
+if(! ifs=() eval `{aux/getflags $*} || ! ~ $#* 3)
 	usage
 
 w=$1