Removed remover of C++ comment lines

This commit is contained in:
Thomas Schmitt 2008-01-24 20:16:52 +00:00
parent 68e8342e44
commit 7902f775bb
1 changed files with 8 additions and 0 deletions

View File

@ -131,6 +131,11 @@ create_dir "$lone_dir"/libisofs
goto_dir "$current_dir"/nglibisofs-develop
copy_files src/*.[ch] "$lone_dir"/libisofs
# <<< obsoleted
if test 1 = 0
then
# Filter out the semi-illegal TODO comments
( cd "$lone_dir"/libisofs && grep '^[[:space:]]*//' *.[ch] | less )
echo "Is it ok delete all shown //-lines ?"
@ -149,6 +154,9 @@ fi
echo "Remaining // lines:"
( cd "$lone_dir"/libisofs && grep '//' *.[ch] )
fi
# libburn