aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 02:27:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 02:27:34 +1200
commit78a74d336607f870de2db293daf9cc703d8c682a (patch)
tree58e2eb455bbb79c0686ba5170bdeffa67c0281ca /install
parentUse double hyphen to terminate option parsing (diff)
downloaddotfiles-78a74d336607f870de2db293daf9cc703d8c682a.tar.gz
dotfiles-78a74d336607f870de2db293daf9cc703d8c682a.zip
Remove not-very-helpful Bash option headers
Diffstat (limited to 'install')
-rwxr-xr-xinstall6
1 files changed, 0 insertions, 6 deletions
diff --git a/install b/install
index 8901d9a5..ee469ccc 100755
--- a/install
+++ b/install
@@ -1,11 +1,5 @@
#!/usr/bin/env bash
-# Just stop if any problems
-set -o errexit
-
-# Refuse to expand empty variables
-set -o nounset
-
# Define dotfiles directory
dotfiles="$HOME/.dotfiles"