From 07387ade1fd666ab4c24ad86a048aa3101000b4b Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 18 Feb 2018 23:03:58 +0100 Subject: [PATCH] Set -e flag on update-profile. --- home/bin/update-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index 454a88a..854b178 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e if [ ! -d ~/.local/profile-git ]; then mkdir -p ~/.local/profile-git