mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Extract column 2 on CYGWIN
This commit is contained in:
parent
a6063692b2
commit
90c5da8033
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ case "$1" in
|
|||
;;
|
||||
CYGWIN*)
|
||||
# UID PID PPID TTY STIME COMMAND
|
||||
PID=`ps -efW|grep "$RUNNER_BASE_DIR/.*/[b]eam"|cut -d' ' -f1`
|
||||
PID=`ps -efW|grep "$RUNNER_BASE_DIR/.*/[b]eam"|cut -d' ' -f2`
|
||||
;;
|
||||
esac
|
||||
$NODETOOL stop
|
||||
|
|
Loading…
Reference in a new issue