ADD: added new version of protobuf
This commit is contained in:
13
libs/protobuf/protoc-artifacts/scl-enable-devtoolset.sh
Executable file
13
libs/protobuf/protoc-artifacts/scl-enable-devtoolset.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
|
||||
quote() {
|
||||
local arg
|
||||
for arg in "$@"; do
|
||||
printf "'"
|
||||
printf "%s" "$arg" | sed -e "s/'/'\\\\''/g"
|
||||
printf "' "
|
||||
done
|
||||
}
|
||||
|
||||
exec scl enable devtoolset-2 "$(quote "$@")"
|
||||
Reference in New Issue
Block a user