90a8a841f2ba

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Feb 2020 21:30:37 -0500
parents 75e74c98dc01
children b001887f3205
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Tue Feb 04 21:27:33 2020 -0500
+++ b/README.markdown	Tue Feb 04 21:30:37 2020 -0500
@@ -432,7 +432,6 @@
 expansions I guess.  Sigh.  Better version:
 
     #!/usr/bin/env bash
-    set -euo pipefail
     pbin=""
     fl=$(readlink -f "$0")
     if [[ -z "$fl" ]]; then