From d49a192c1924e05b76761d71aac9cb0b2174110c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 1 Jun 2015 00:25:08 +0200 Subject: [PATCH] remove unused ps_ variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- helper_lib.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/helper_lib.sh b/helper_lib.sh index 8dd98ce..ece69c8 100644 --- a/helper_lib.sh +++ b/helper_lib.sh @@ -1,8 +1,5 @@ #!/bin/sh -ps_command=$(command -v ps) -ps_args='-U root -u root -f' - # Returns the absolute path of a given string abspath () { case "$1" in /*)printf "%s\n" "$1";; *)printf "%s\n" "$PWD/$1";; esac; }