X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fremovecomments.sh;h=2d8cb27023a6d8813d0ccc6847b71bdfc9721b65;hb=21ebed49f87dbfe1977f3b5dfe7864f0fe4a76e4;hp=2876fb60e282d70ff1b607e29cbb63acd5a065cc;hpb=62c7cfa2cf4da289e764e15f4e4ce5cb14ce4398;p=mono.git diff --git a/mcs/tools/removecomments.sh b/mcs/tools/removecomments.sh index 2876fb60e28..2d8cb27023a 100755 --- a/mcs/tools/removecomments.sh +++ b/mcs/tools/removecomments.sh @@ -10,7 +10,7 @@ OIFS=$IFS for f in $source_files ; do IFS=' ' - for f in $(cat $f) ; do + for f in `cat $f` ; do case $f in \#*) ;; *) echo $f ;;