Skip to content

Commit

Permalink
Update updater.sh
Browse files Browse the repository at this point in the history
I wrote this script a year ago and just realized that this sourcing won't work lol
  • Loading branch information
norpol authored Jul 16, 2020
1 parent 4db3cd0 commit a05aa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ main() {
}

# set EVAL=1 in case you want to source this script
test "${EVAL:-0}" = "1" || main "${1:-}"
test "${EVAL:-0}" -eq "1" || main "${1:-}"

0 comments on commit a05aa20

Please sign in to comment.