Skip to content

Commit 72eff55

Browse files
committed
accept symbolic links as input files
1 parent 91682cf commit 72eff55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nam-compiler-cheetah.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ done
6161

6262
sorted_input_files() {
6363
# If lowram, this skips all paths containing 'RHW'
64-
find "$INDIR/$1" -type f \( -name '*.txt' -o -name '*.rul' -o -name '*.ini' \) \
64+
find -L "$INDIR/$1" -type f \( -name '*.txt' -o -name '*.rul' -o -name '*.ini' \) \
6565
\! -ipath "$drivesideignore" ${lowram:+ \! -ipath '*RHW*'} -print0 | sort -z
6666
}
6767

0 commit comments

Comments
 (0)