mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#! /bin/sh
|
|
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
|
|
exec "${cmake_source_dir}/bootstrap" "$@"
|