summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZe Libertine Gamer <zlg@zlg.space>2016-11-18 02:03:23 -0800
committerZe Libertine Gamer <zlg@zlg.space>2016-11-18 02:03:23 -0800
commite5abc98d05231cfb0c1a99248050773b23019860 (patch)
treec5abe338e4d454933a7c2c7c921fc6f076b241b3
parentCorrect phrasing in README. (diff)
downloadvgstash-e5abc98d05231cfb0c1a99248050773b23019860.tar.gz
vgstash-e5abc98d05231cfb0c1a99248050773b23019860.tar.bz2
vgstash-e5abc98d05231cfb0c1a99248050773b23019860.tar.xz
vgstash-e5abc98d05231cfb0c1a99248050773b23019860.zip
Remove settings from helpers.sh
Sourcing them in .bash_profile screws up login if they're set.
-rw-r--r--scripts/helpers.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/helpers.sh b/scripts/helpers.sh
index f46e3f4..ecdc041 100644
--- a/scripts/helpers.sh
+++ b/scripts/helpers.sh
@@ -3,11 +3,6 @@
# This is a set of helper bash functions that are too small for their own file,
# but useful enough to be worth `source`ing in your bashrc.
-# Set options for improved robustness
-set -o errexit
-set -o pipefail
-set -o nounset
-
# Reports how many physical games you own
function vgphys() {
# Note: This assumes the system has an asterisk, "VC", or "Steam" in its name
?h=v0.3b7&id=acd531782fc521c6af2c38154b05a36306b92093&follow=1'>Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5