chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / comprehensive-test
index cf01c7b0d736931a5aeaa6b08f28e2896cc23f4b..919c690fbb6c5510dc3c5fead70b8d66fa6d9f6d 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
+# This file is part of secnet.
+# See LICENCE and this file CREDITS for full list of copyright holders.
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 set -e
 set -o pipefail
 
@@ -15,7 +20,7 @@ for arg in "$@"; do
     esac
 done
 
-case "${OLD_SECNET_DIR:?must be set, perhaps to the empty string}" in
+case "${OLD_SECNET_DIR-:?must be set, perhaps to the empty string}" in
     ''|/*)
         ;;
     ../*)