From c6c38fb1bdef7d6e99a3c6f1977f3a9ea4de3eb1 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 22 Sep 2003 23:45:05 -0500 Subject: [svn-r7504] Purpose: Bug fix Description: The op-snapshot checkout "ate" the next option by mistake. Solution: Remove the extra shift. Platforms tested: Can't really test it without doing a real snapshot test. Pretty sure it is correct and will watch the result tomorrow. Misc. update: --- bin/runtest | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/runtest b/bin/runtest index 20f4a83..2e28a20 100755 --- a/bin/runtest +++ b/bin/runtest @@ -301,7 +301,6 @@ RUNSNAPTEST() # option for snapshot shift SNAPCMD_OPT="$SNAPCMD_OPT $1" - shift ;; setenv) # set environment variable -- cgit v0.12