From 6a10fc44c374d3e6fab6ee4dc01299321f8b2444 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 13 Apr 2021 14:09:09 -0500 Subject: Add set -e to scripts. --- chapter9/inputrc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter9/inputrc.sh') diff --git a/chapter9/inputrc.sh b/chapter9/inputrc.sh index bab2a35..05c7dde 100644 --- a/chapter9/inputrc.sh +++ b/chapter9/inputrc.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e cat > /etc/inputrc << "EOF" # Begin /etc/inputrc -- cgit v1.2.3-54-g00ecf