Should always run from installed directory
authorCarl Baldwin <cnb@ball.(none)>
Tue, 25 Oct 2005 22:32:55 +0000 (16:32 -0600)
committerCarl Baldwin <cnb@ball.(none)>
Tue, 25 Oct 2005 22:32:55 +0000 (16:32 -0600)
scripts/drive.sh

index 0b0268933ac5c18d1e0c80c350870558bdd55cd0..dbe6b0b7e074349605af6124c4479e5b05a47ad0 100755 (executable)
@@ -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)