test01.sh 278 B

12345678910111213
  1. #!/bin/sh
  2. export TESTMAKE
  3. if [ ! "$TESTMAKE" ] ; then
  4. TESTMAKE=make
  5. fi
  6. echo 'You should be able to kill this script with just one SIGINT'
  7. echo 'Problematic shell/make - Kombinations will enter make a second time'
  8. set -x
  9. $TESTMAKE -s -f Makefile1
  10. $TESTMAKE -s -f Makefile1