Execute compiled dotfile

...instead of just echoing it for debugging purposes.
This commit is contained in:
2013-10-21 01:32:31 +01:00
parent 8325708849
commit bcf914026a

View File

@@ -4,6 +4,6 @@ execute-dotfile() {
locate-target
if [ "$?" != "0" ]; then return 1; fi
echo "$dotfile_source"
eval "$dotfile_source"
return $?
}