Let's be explicit rather than implicit

This commit is contained in:
2013-10-20 22:51:41 +01:00
parent 7dd4458031
commit 22468e0589

View File

@@ -2,6 +2,6 @@ dotify-compile() {
locate-dotfile
if [ "$?" != "0" ]; then return 1; fi
compile-dotfile
compile-dotfile "$DOTFILE"
return $?
}