Merge pull request #163 from kevinll/patch-1

Update helper_lib.sh
This commit is contained in:
Thomas Sjögren 2016-08-11 21:57:55 +02:00 committed by GitHub
commit 2428b33af8

View file

@ -37,7 +37,7 @@ contains() {
fi
}
# Extracts all commandline args from the oldest running processes named like the first parameter
# Extracts commandline args from the newest running processes named like the first parameter
get_command_line_args() {
PROC="$1"