diff --git a/bin/install b/bin/install index bdec6ba..894dc20 100755 --- a/bin/install +++ b/bin/install @@ -54,13 +54,13 @@ Options: set -g OMF_CHANNEL dev case '--channel=*' - abort "Unknown release channel \""(echo "$argv[1]" | command cut -d= -f2)"\"." + abort "Unknown release channel \""(echo "$argv[1]" | command cut -d= -f2-)"\"." case --check set -g CHECK_ONLY case '--config=*' - echo "$argv[1]" | command cut -d= -f2 | command sed -e "s#~#$HOME#" | read -g OMF_CONFIG + echo "$argv[1]" | command cut -d= -f2- | command sed -e "s#~#$HOME#" | read -g OMF_CONFIG case --noninteractive set -g NONINTERACTIVE @@ -70,10 +70,10 @@ Options: case '--offline=*' set -g OFFLINE - echo "$argv[1]" | command cut -d= -f2 | command sed -e "s#~#$HOME#" | read -g OFFLINE_PATH + echo "$argv[1]" | command cut -d= -f2- | command sed -e "s#~#$HOME#" | read -g OFFLINE_PATH case '--path=*' - echo "$argv[1]" | command cut -d= -f2 | command sed -e "s#~#$HOME#" | read -g OMF_PATH + echo "$argv[1]" | command cut -d= -f2- | command sed -e "s#~#$HOME#" | read -g OMF_PATH case --uninstall set -g UNINSTALL diff --git a/bin/install.sha256 b/bin/install.sha256 index a052f5d..5abd5fc 100644 --- a/bin/install.sha256 +++ b/bin/install.sha256 @@ -1 +1 @@ -c55853fcc09956fbea8f006a5b86705c71b879348a9240d8f014d0c81233ccf2 install +429a76e5b5e692c921aa03456a41258b614374426f959535167222a28b676201 install