Correct conventional Zig reference vs value passing re #89
This commit is contained in:
parent
0e64778f3c
commit
b8617bb752
7 changed files with 49 additions and 19 deletions
|
|
@ -22,7 +22,9 @@ p=patches/patches/$f.patch
|
|||
if [ ! -f $b ]; then echo "No $f! We hates it!"; exit 1; fi
|
||||
if [ ! -f $a ]; then echo "No $a! Where is it? Where is the answer, precious?"; exit; fi
|
||||
|
||||
echo "Hissss!\tbefore: '$b'\n\t after: '$a'\n\t patch: '$p'\n"
|
||||
echo "Hissss! before: '$b'"
|
||||
echo " after: '$a'"
|
||||
echo " patch: '$p'"
|
||||
|
||||
diff $b $a > $p
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue