Skip to content

Commit

Permalink
Update winpty to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weikinhuang committed Jan 6, 2016
1 parent 660ff2a commit 70e9b2c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotenv/bin/git-hub-pull-request
@@ -1,6 +1,6 @@
#!/bin/sh

USAGE='[-b|--branch=[master]] [-m|--message=[latest commit]] [-f|--force] [-o|--open]'
USAGE='[-b|--branch=[master]] [-m|--message=[latest commit]] [-f|--force] [-v|--verbose] [-o|--open]'
SUBDIRECTORY_OK=Yes
. git-sh-setup
require_work_tree
Expand Down
Binary file modified dotenv/cygwin/bin.i686/winpty-agent.exe
Binary file not shown.
Binary file modified dotenv/cygwin/bin.i686/winpty.dll
Binary file not shown.
Binary file modified dotenv/cygwin/bin.i686/winpty.exe
Binary file not shown.
Binary file modified dotenv/cygwin/bin.x86_64/winpty-agent.exe
Binary file not shown.
Binary file modified dotenv/cygwin/bin.x86_64/winpty.dll
Binary file not shown.
Binary file modified dotenv/cygwin/bin.x86_64/winpty.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion dotenv/other/installers/cygwin/redis.sh
Expand Up @@ -13,7 +13,7 @@ function get-download-file-name () {
if echo "$LATEST_VERSION" | grep '^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$' >/dev/null; then
LATEST_VERSION=$(echo "$LATEST_VERSION" | sed 's/\.[0-9]\+$//')
fi
echo redis-${LATEST_VERSION}.zip
echo Redis-x64-${LATEST_VERSION}.zip
}

function download-files () {
Expand Down

0 comments on commit 70e9b2c

Please sign in to comment.