]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/bin/backup.sh
use set -eu
[config/dotfiles.git] / debian / bin / backup.sh
index 59e0ec11607b9cba849601c4b64708fd8a9b5c00..4b9bffa73334596cd947c52f8d0a81d0522482f4 100755 (executable)
@@ -19,8 +19,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-set -e
 
+set -eu
 
 # tar can't exclude it automatically because we pipe it through gpg.
 target="`pwd`/`hostname`.tar.gpg"