Commit 68e94450 authored by Lev Walkin's avatar Lev Walkin

non-standard options removed

parent 64ea496c
...@@ -13,7 +13,7 @@ print_status() { ...@@ -13,7 +13,7 @@ print_status() {
echo "Error while processing $PROCESSING" echo "Error while processing $PROCESSING"
} }
trap print_status ERR trap print_status EXIT
if [ "x${top_srcdir}" = "x" ]; then if [ "x${top_srcdir}" = "x" ]; then
top_srcdir=".." top_srcdir=".."
...@@ -40,4 +40,8 @@ for ref in ${top_srcdir}/tests/*.asn1.-*; do ...@@ -40,4 +40,8 @@ for ref in ${top_srcdir}/tests/*.asn1.-*; do
fi fi
done done
if [ $ec = 0 ]; then
trap '' EXIT
fi
exit $ec exit $ec
...@@ -10,7 +10,6 @@ if [ "x$1" = "x" ]; then ...@@ -10,7 +10,6 @@ if [ "x$1" = "x" ]; then
exit exit
fi fi
set -o pipefail
set -e set -e
# Compute the .asn1 spec name by the given file name. # Compute the .asn1 spec name by the given file name.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment