mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Let's be explicit rather than implicit
This commit is contained in:
@@ -2,6 +2,6 @@ dotify-compile() {
|
||||
locate-dotfile
|
||||
if [ "$?" != "0" ]; then return 1; fi
|
||||
|
||||
compile-dotfile
|
||||
compile-dotfile "$DOTFILE"
|
||||
return $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user