diff options
-rwxr-xr-x | xtopen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ while getopts kK o; do done shift $((OPTIND-1)) -if ! which "$1" 2>/dev/null; then +if ! which "$1" >/dev/null; then xmessage -default okay -nearmouse \ error: "program $1 not found" exit 1 |