Strict mode.

This commit is contained in:
Stephane Gourichon
2025-08-15 17:42:16 +02:00
parent 2b445b9457
commit 8a283f2877

View File

@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -eu
cd -P "$(dirname "$(readlink -f "$0")" )" cd -P "$(dirname "$(readlink -f "$0")" )"
cd .. cd ..