https://github.com/Kitware/CMake
Revision 87b4c66ca842b80da9910c34e8c92fa4a19d06b5 authored by Zach Mullen on 21 September 2009, 18:21:41 UTC, committed by Zach Mullen on 21 September 2009, 18:21:41 UTC
1 parent e4293b4
Raw File
Tip revision: 87b4c66ca842b80da9910c34e8c92fa4a19d06b5 authored by Zach Mullen on 21 September 2009, 18:21:41 UTC
Need to quote args when generating batch scripts from ctest
Tip revision: 87b4c66
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top