--- config/trunk/_heap2exec 2019/10/21 18:34:26 5871 +++ config/trunk/_heap2exec 2019/10/21 18:35:46 5872 @@ -23,9 +23,9 @@ # SIZE=@SIZE@ if [ x"$1" = x-32 ] ; then - SIZE=32 + SIZE=32 ; shift elif [ x"$1" = x-64 ] ; then - SIZE=64 + SIZE=64 ; shift fi SIZE_OPT="-"$SIZE
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: SIZE=32 ; shift elif [ x"$1" = x-64 ] ; then - SIZE=64 + SIZE=64 ; shift fi SIZE_OPT="-"$SIZE