Make sure that run-three-stages looks at "build" before "svm".
authorChris Hanson <org/chris-hanson/cph>
Sun, 22 Apr 2018 06:28:35 +0000 (23:28 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 22 Apr 2018 06:28:35 +0000 (23:28 -0700)
etc/run-three-stages

index e5fa0fbce6aec9bc3af2a7c68cd793d85b828639..36ab183c8d540beaba1065a799039ad3121b2340 100755 (executable)
@@ -146,7 +146,7 @@ find_stage0_default ()
             fi
         done
     done
-    for candidate in svm1 svm; do
+    for candidate in build svm1 svm; do
         if [[ -d ${candidate} ]]; then
             echo "${candidate}"
             return