ref: e487c931e69d3c311a726490970edb0fa92704b6
parent: d566599a9eeddc39e661284fe8e72fb3f6c149b8
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Feb 2 11:58:29 EST 2021
git/branch: stringify clean paths in concat This fixes the 'mismatched list lengths in concatenation', and the spurious merges.
--- a/branch
+++ b/branch
@@ -72,7 +72,7 @@
if(! ~ $#dirtypaths 0){
x=$nl^$cleanpaths
y=$nl^$dirtypaths
- cleanpaths=`$nl{echo $x$nl$y | sort | uniq -u}
+ cleanpaths=`$nl{echo $"x$nl$"y | sort | uniq -u}
}
for(m in $cleanpaths){
d=`{basename -d $m}