From 1316ba7aa96c69ea541f1b7b3715aad5d1c8eb14 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 May 2013 18:52:49 -0600 Subject: [all tools]: use conf.sh (and libremessages if necessary) --- src/diff-unfree | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/diff-unfree') diff --git a/src/diff-unfree b/src/diff-unfree index a770214..59fcbae 100755 --- a/src/diff-unfree +++ b/src/diff-unfree @@ -20,7 +20,10 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see . -. /etc/libretools.conf +. libremessages +. $(librelib conf.sh) +load_files libretools +check_vars libretools DIFFTOOL || exit 1 cmd=${0##*/} -- cgit v1.2.3-2-g168b