Revision 922f47979afd8bee43f6810c53146aa6d34b44ab authored by Brad King on 03 June 2014, 13:30:39 UTC, committed by Brad King on 03 June 2014, 13:30:39 UTC
2 parent s 910849d + 8da0a75
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top