Skip to content

Commit

Permalink
Merge pull request #3 from nikolay/dev
Browse files Browse the repository at this point in the history
v0.1.4-beta
  • Loading branch information
nikolay committed Sep 7, 2014
2 parents 24fb9b0 + 094757d commit 8ba7201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wshare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ get_latest_version () {
do_install () {
mkdir -p "$(dirname "$WSHARE_BIN")"
rm -f "$WSHARE_BIN"
echo -en "$BASH_EXECUTION_STRING"
echo "${BASH_EXECUTION_STRING/WSHARE_VERSION=\"\"/WSHARE_VERSION=\"$(get_latest_version)\"}" > "$WSHARE_BIN"
chmod +x "$WSHARE_BIN"
}
Expand Down

0 comments on commit 8ba7201

Please sign in to comment.