1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh set -e # This script should fail a syntax check if [ "$1" = configure ] then # oh look - I forgot a ; echo "Hallo world" fi #DEBHELPER#