Skip to content

Commit

Permalink
Solve "make check-per" failed on Lubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
brchiu committed Nov 15, 2016
1 parent d6a7412 commit 385cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sample.makefile.regen
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ set +x
echo ' done; done; fi'
echo " @if test -f sample-${ASN1PDU}-1.per ; then \\"
echo " for f in sample-*-[1-9].per; do \\"
echo ' pdu=`echo $$f | sed -E -e "s/sample-([A-Za-z-]+)-[0-9].*/\1/"`; \'
echo ' pdu=`echo $$f | sed -E -e "s/sample-([A-Za-z-]+)-[0-9].*/\\1/"`; \'
echo ' for b in 1 17 33 980 8192; do \'
echo ' echo "Recoding $$f into DER into XER and back ($$b)..."; \'
echo ' ./${TARGET} -b $$b -p $$pdu -iper -oder $$f > ./.tmp.1.$$$$ || exit 3; \'
Expand Down

0 comments on commit 385cbe0

Please sign in to comment.