]> andersk Git - openssh.git/commitdiff
[regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
authortim <tim>
Fri, 12 Sep 2003 18:20:32 +0000 (18:20 +0000)
committertim <tim>
Fri, 12 Sep 2003 18:20:32 +0000 (18:20 +0000)
ChangeLog
regress/agent-ptrace.sh

index 7e1bdc8ee4d689e5b3dc612aaa1e10301e68d4ad..48aac750d6e5b0c0dff46455eef9428bbc8d81ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20030912
+ - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
+
 20030911
  - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
    the dirname test, to allow a broken dirname to be detected correctly.
index b9d86a29dbafb582841b749ee6908806cb8e1614..cd9c0023da1f84cb6eb8b892a5fca0fd2d1fc003 100644 (file)
@@ -12,7 +12,9 @@ if have_prog uname ; then
        esac
 fi
 
-if ! have_prog gdb ; then
+if have_prog gdb ; then
+       : ok
+else
        echo "skipped (gdb not found)"
        exit 0
 fi
This page took 0.041056 seconds and 5 git commands to generate.