diff options
-rwxr-xr-x | src/abslibre-tools/libreaddiff | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/abslibre-tools/libreaddiff b/src/abslibre-tools/libreaddiff index 98646a2..a75fb02 100755 --- a/src/abslibre-tools/libreaddiff +++ b/src/abslibre-tools/libreaddiff @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # -*- coding: utf-8 -*- # Copyright (C) 2011, 2012 Michał Masłowski <mtjm@mtjm.eu> # @@ -15,9 +15,6 @@ # 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 - . /etc/libretools.conf custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf [ -e $custom_config ] && . $custom_config |