]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bin/chronic-log
use more set -eu
[config/dotfiles.git] / bin / chronic-log
index b06e5cbe9f96038bd7f01af8e8d9155089ae869a..e8dc7ea56bf894d6f9d74d18f3c24d150a6141e7 100755 (executable)
@@ -19,6 +19,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+set -eu
 
 if test $# -lt 2; then
     echo "Usage: $0 <logfile> <cmd> <args>.." >&2