From 22468e0589458fc202109e9d033f0e21c61760d5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 Oct 2013 22:51:41 +0100 Subject: [PATCH] Let's be explicit rather than implicit --- src/lib/dotify-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dotify-compile.sh b/src/lib/dotify-compile.sh index ef8e034..57d1283 100644 --- a/src/lib/dotify-compile.sh +++ b/src/lib/dotify-compile.sh @@ -2,6 +2,6 @@ dotify-compile() { locate-dotfile if [ "$?" != "0" ]; then return 1; fi - compile-dotfile + compile-dotfile "$DOTFILE" return $? }