]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: use set -eu
authorSimon Ruderich <simon@ruderich.org>
Sat, 21 Jun 2014 12:29:44 +0000 (14:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 21 Jun 2014 12:29:44 +0000 (14:29 +0200)
setup.sh

index f36552b1d56124330d02eb9d725d222ae28528c4..3515b06e5f7bde25d3d580b51d84a3a1d6d4a437 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-set -e
+set -eu
 
 . ../lib.sh