Skip to content

Commit c16ae02

Browse files
authored
Fix #1079 - bug in reset.sh (#1134)
We need $0 to evaluate as install.sh in order for check-requirements to work.
1 parent 8606348 commit c16ae02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ if [ -n "$version" ]; then
5959
fi
6060

6161
# Install.
62-
exec ./install.sh
62+
./install.sh

0 commit comments

Comments
 (0)