]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bin/supdatedb
use more set -eu
[config/dotfiles.git] / bin / supdatedb
index a3ced0cea8ee7b38eb946f7393c4017b8a00a366..4f5fac099ff268941112c4ed5447c23b7095f537 100755 (executable)
@@ -3,7 +3,7 @@
 # Generate `locate` database for my home directory only. Exclude backups and
 # other temporary files.
 
-# Copyright (C) 2012-2013  Simon Ruderich
+# Copyright (C) 2012-2014  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,6 +19,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+set -eu
+
 exec updatedb \
     --localpaths="$HOME" \
     --prunepaths="$HOME/.tmp $HOME/tmp" \