Revision 963b576fd2605f25ced8790fc17f5baa6ecee761 authored by Robert Maynard on 24 June 2016, 19:26:22 UTC, committed by Robert Maynard on 24 June 2016, 19:26:22 UTC
1 parent 9f2728c
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top