Skip to content

Commit f2b2073

Browse files
authored
Merge pull request #1 from thinca/patch-1
FIx `./install.sh install`
2 parents 532efff + 7275996 commit f2b2073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ while [ -n "$1" ]; do
9595
;;
9696
install)
9797
COMMAND=install
98+
shift
9899
;;
99100
uninstall)
100101
COMMAND=uninstall

0 commit comments

Comments
 (0)