Revision eb3bced50fe7da40015a1d32dae96f0abf401ff6 authored by Brad King on 02 March 2015, 13:55:21 UTC, committed by Brad King on 02 March 2015, 13:55:21 UTC
2 parent s 6b6852a + b8ea771
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top