diff --git a/test/make_xorriso_standalone.sh b/test/make_xorriso_standalone.sh index 74f3ed68..8f3583fe 100755 --- a/test/make_xorriso_standalone.sh +++ b/test/make_xorriso_standalone.sh @@ -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