]> andersk Git - openssh.git/blobdiff - regress/agent-ptrace.sh
- (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
[openssh.git] / regress / agent-ptrace.sh
index 8b133a39bd139fab29777b066be378b4be36bfc3..4124f5844518f17e665a9de3dacf821f4e4d1c04 100644 (file)
@@ -3,7 +3,7 @@
 
 tid="disallow agent ptrace attach"
 
-if [ -x `which uname 2>&1` ]; then
+if [ -x "`which uname 2>&1`" ]; then
        case `uname` in
        Linux|HP-UX|SunOS|NetBSD|AIX|CYGWIN*)
                echo "skipped (not supported on this platform)"
@@ -12,7 +12,7 @@ if [ -x `which uname 2>&1` ]; then
        esac
 fi
 
-if [ ! -x `which gdb 2>&1` ]; then
+if [ ! -x "`which gdb 2>&1`" ]; then
        echo "skipped (gdb not found)"
        exit 0
 fi
This page took 0.036216 seconds and 4 git commands to generate.