Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refresh directories.
[simgrid.git] / buildtools / Cmake / chdir_run.sh
diff --git a/buildtools/Cmake/chdir_run.sh b/buildtools/Cmake/chdir_run.sh
deleted file mode 100755 (executable)
index 9a44da2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-# This script goes to the directory specified as first argument, and executes the rest of its arguments
-# It ought to be a solution to specify the PWD of commands in CTest, but I didn't find it yet
-
-
-cd $1
-shift
-exec "$@"