shithub: riscv

Download patch

ref: e60216c2b70095dab043bf5e2473ec79a402d3bc
parent: bd6747ccd0aa564923460d27179592b4e185bfa1
author: Ori Bernstein <[email protected]>
date: Sun Nov 22 12:42:25 EST 2020

g: fix typo in last commit

--- a/rc/bin/g
+++ b/rc/bin/g
@@ -31,7 +31,7 @@
 			files=($files `$nl{walk -f $recurse -- $* \
 				| grep -e $fullnames -e $suffixes >[2]/dev/null})
 		if not
-			files=$(files $f)
+			files=($files $f)
 	}
 }
 grep -n $flags -- $pattern $files /dev/null