[mono-symbolificate] Add support for runtime generated stacktraces and fix a bug.
[mono.git] / mcs / tools / removecomments.sh
index 2876fb60e282d70ff1b607e29cbb63acd5a065cc..2d8cb27023a6d8813d0ccc6847b71bdfc9721b65 100755 (executable)
@@ -10,7 +10,7 @@ OIFS=$IFS
 for f in $source_files ; do
        IFS='
 \r'
-       for f in $(cat $f) ; do
+       for f in `cat $f` ; do
                case $f in
                        \#*) ;;
                        *) echo $f ;;