diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2024-05-26 22:41:56 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2024-05-26 22:41:56 +0200 |
| commit | 44bf77a12ffd86294054c6e92077ea31f3613360 (patch) | |
| tree | 5b05aee2c9ce71da96eb2b88581bb2c646192bed /temp-postgres.sh | |
| parent | a24a3f38fc297479873cdbe5c93fec4226e2fdbf (diff) | |
| download | temp-postgres-44bf77a12ffd86294054c6e92077ea31f3613360.tar.gz | |
Port to Arch Linux
Diffstat (limited to 'temp-postgres.sh')
| -rwxr-xr-x | temp-postgres.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/temp-postgres.sh b/temp-postgres.sh index 48bb9e8..15e169b 100755 --- a/temp-postgres.sh +++ b/temp-postgres.sh @@ -14,7 +14,7 @@ # OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -set -o nounset +set -u # Remove the temporary directory before exiting. trap 'quit' INT |