mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Don't wrap $? in quotes
This commit is contained in:
@@ -108,4 +108,4 @@ case "$command" in
|
||||
;;
|
||||
esac
|
||||
|
||||
exit "$?"
|
||||
exit $?
|
||||
|
||||
@@ -6,5 +6,5 @@ dotify-install() {
|
||||
if [ -z "$target" ]; then return 1; fi
|
||||
|
||||
parse-dotfile "$dotfile" "$target"
|
||||
return "$?"
|
||||
return $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user