less verbose

This commit is contained in:
Bryan Stitt 2022-07-25 19:04:11 +00:00
parent 8ff394137c
commit 90cd8f3bfc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -eu
# change to the project's root directory
cd "${0%/*}/.."

View File

@ -1,4 +1,4 @@
#!/bin/bash -eux
#!/bin/bash -eu
# change to the project's root directory
cd "${0%/*}/.."