Revision 4a2cc0283126f16a4b4681a22358d2dd7b70cdd4 authored by Bill Hoffman on 02 May 2006, 02:31:08 UTC, committed by Bill Hoffman on 02 May 2006, 02:31:08 UTC
1 parent 35dc919
Raw File
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top