Skip to content

Commit 6e36ebe

Browse files
committed
Microsoft Windows lacks /dev/stdin, even with bash
1 parent 83a7662 commit 6e36ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenize

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function main() {
6868
if [[ "$dflag" ]]; then
6969
echo "Decommenting and tokenizing '$f' into '$g'"
7070
jumps=$(m100-sanity "$f" | m100-jumps )
71-
m100-sanity "$f" | m100-decomment /dev/stdin "$g" ${jumps}
71+
m100-sanity "$f" | m100-decomment - "$g" ${jumps}
7272
elif [[ "$cflag" ]]; then
7373
echo "Decommenting, crunching, and tokenizing '$f' into '$g'"
7474
jumps=$(m100-sanity "$f" | m100-jumps )

0 commit comments

Comments
 (0)