?login_element?

Subversion Repositories NedoOS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# run sjasmplus in a ways to display help page (to extract full "logo") and
# just raw version (needs to be manually updated in this script with every release)
$MEMCHECK "$EXE" -h | head -n 1 > help_line1.out &&\
$MEMCHECK "$EXE" --version 2> version.out &&\
$MEMCHECK "$EXE" --nologo --version 2> raw_version.out &&\
echo "1.15.1" > raw.expected &&\
diff -a --strip-trailing-cr help_line1.out version.out &&\
diff -a --strip-trailing-cr raw.expected raw_version.out
last_result=$?