tg2sip/buildenv/centos_entrypoint.sh

6 lines
63 B
Bash
Raw Permalink Normal View History

2019-02-08 13:08:59 +00:00
#!/bin/sh
set -e
source /opt/rh/devtoolset-7/enable
exec "$@"