]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make sure the splash2 binaries are always built in the same location (exp-drd/splash2).
authorBart Van Assche <bvanassche@acm.org>
Tue, 17 Jun 2008 18:31:12 +0000 (18:31 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 17 Jun 2008 18:31:12 +0000 (18:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8245

exp-drd/scripts/download-and-build-splash2

index 4de0095abf0132c1fd9c8451ed06f1993ab7511d..104595c71f372ca881311319a121219ecdab275d 100755 (executable)
@@ -11,6 +11,8 @@ export LC_ALL=C
 
 mkdir -p "${downloads}"
 
+cd "$(dirname $0)/.."
+
 if [ -e splash2 ]; then
   echo "Error: a directory with the name splash2 already exists. Please"
   echo "remove it before running this script, or run this script in another"