From 6bf84dfd36b859d1bb2cf43f2fc998eee3fd65cc Mon Sep 17 00:00:00 2001
From: Carl Baldwin <cnb@ball.(none)>
Date: Tue, 25 Oct 2005 16:32:55 -0600
Subject: [PATCH] Should always run from installed directory

---
 scripts/drive.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/drive.sh b/scripts/drive.sh
index 0b02689..dbe6b0b 100755
--- a/scripts/drive.sh
+++ b/scripts/drive.sh
@@ -1,9 +1,8 @@
 #!/bin/bash
 
 scriptsdir=$(dirname $0)
-bindir="$scriptsdir/../build"
 
-export PATH=$scriptsdir:$bindir:$PATH
+export PATH=$scriptsdir:$PATH
 
 # file locations and other values
 today=$(date +%Y%m%d%H%M%S)
-- 
2.34.1