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

index 6ba04041fb40172d03f6d61e30e8a3f42ffb9f86..963f958b02a1caca16736d0b0af0bc83dbe9d746 100755 (executable)
@@ -18,7 +18,7 @@
 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
 
 
-set -e
+set -eu
 
 
 hc() {
@@ -195,6 +195,6 @@ hc rule instance=Navigator class=Iceweasel tag=2
 hc unlock
 
 
-# To notify me if set -e has terminated the script (then this part won't get
+# To notify me if set -eu has terminated the script (then this part won't get
 # executed).
 echo 'hlwm restarted' | notify 1
index 6f35e221feff17abaedd358ed1c29372f9f81c48..6a26b0486cc2d865355c9d1c21e78d14e8050af8 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