forked from Lainports/freebsd-ports
3 lines
85 B
Bash
3 lines
85 B
Bash
#!/bin/sh
|
|
export PATH=%%PREFIX%%/bitkeeper:${PATH}
|
|
exec %%PREFIX%%/bitkeeper/bk "$@"
|