X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/5541426eb2a9606127871cf3813675f5d726ac8f..929b76b4e827144efd51ffc0b86e09dd8548d3b0:/run-in-pagsh diff --git a/run-in-pagsh b/run-in-pagsh index 5a54629..3d4f6cb 100755 --- a/run-in-pagsh +++ b/run-in-pagsh @@ -22,13 +22,13 @@ if test -z "$2"; then echo "Error: not enough arguments." echo "Usage: run-in-pagsh name command [arguments] ..." exit 1 -elif test ! -d "~/.run"; then +elif test ! -d "$HOME/.run"; then echo "Error: the ~/.run directory must exist before running this script." exit 1 fi # Use a different PID file for each program. -K5PID=~/.run/$1.pid +K5PID=$HOME/.run/$1.pid # The command to run. shift