We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91682cf commit 72eff55Copy full SHA for 72eff55
1 file changed
nam-compiler-cheetah.sh
@@ -61,7 +61,7 @@ done
61
62
sorted_input_files() {
63
# If lowram, this skips all paths containing 'RHW'
64
- find "$INDIR/$1" -type f \( -name '*.txt' -o -name '*.rul' -o -name '*.ini' \) \
+ find -L "$INDIR/$1" -type f \( -name '*.txt' -o -name '*.rul' -o -name '*.ini' \) \
65
\! -ipath "$drivesideignore" ${lowram:+ \! -ipath '*RHW*'} -print0 | sort -z
66
}
67
0 commit comments