https://github.com/Kitware/CMake
Revision 042f4c334d854448852ede2a207e7e361e53c154 authored by Bill Hoffman on 13 March 2008, 01:54:27 UTC, committed by Bill Hoffman on 13 March 2008, 01:54:27 UTC
1 parent 5ab6c0f
Raw File
Tip revision: 042f4c334d854448852ede2a207e7e361e53c154 authored by Bill Hoffman on 13 March 2008, 01:54:27 UTC
ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified
Tip revision: 042f4c3
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top