https://github.com/Kitware/CMake
Revision d3fc33affd50e108003c66c77dd56500d5d6a3b5 authored by Bill Hoffman on 06 February 2009, 21:15:16 UTC, committed by Bill Hoffman on 06 February 2009, 21:15:16 UTC
1 parent 8cc997e
Raw File
Tip revision: d3fc33affd50e108003c66c77dd56500d5d6a3b5 authored by Bill Hoffman on 06 February 2009, 21:15:16 UTC
ENH: fix osx bundle re-config issue on branch RC 12
Tip revision: d3fc33a
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top