We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7662 commit 6e36ebeCopy full SHA for 6e36ebe
tokenize
@@ -68,7 +68,7 @@ function main() {
68
if [[ "$dflag" ]]; then
69
echo "Decommenting and tokenizing '$f' into '$g'"
70
jumps=$(m100-sanity "$f" | m100-jumps )
71
- m100-sanity "$f" | m100-decomment /dev/stdin "$g" ${jumps}
+ m100-sanity "$f" | m100-decomment - "$g" ${jumps}
72
elif [[ "$cflag" ]]; then
73
echo "Decommenting, crunching, and tokenizing '$f' into '$g'"
74
0 commit comments