Skip to content

Commit

Permalink
Fix #1079 - bug in reset.sh (#1134)
Browse files Browse the repository at this point in the history
We need $0 to evaluate as install.sh in order for check-requirements to
work.
  • Loading branch information
chadwhitacre authored Nov 2, 2021
1 parent 8606348 commit c16ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ if [ -n "$version" ]; then
fi

# Install.
exec ./install.sh
./install.sh

0 comments on commit c16ae02

Please sign in to comment.