summaryrefslogtreecommitdiff
path: root/temp-postgres.sh
diff options
context:
space:
mode:
Diffstat (limited to 'temp-postgres.sh')
-rwxr-xr-xtemp-postgres.sh2
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
Generated by cgit. See skreutz.com for my tech blog and contact information.