Files
opm-core/configure
Roland Kaufmann f44cd35d81 Move configure script to cmake/Scripts/ directory
We want all changes to happen there; retain a small script that
simply forwards the action to the main script in that directory.
2013-06-26 00:05:02 +02:00

4 lines
128 B
Bash
Executable File

#!/bin/sh
# forward to the corresponding script in the cmake/Scripts/ directory
exec $(dirname $0)/cmake/Scripts/configure "$@"