Use -prune for "REPLACE_ENV_VARIABLES_EXCLUDE_PATHS" feature. (#588)

This commit is contained in:
Paul Zühlcke
2020-07-19 01:31:29 +02:00
committed by GitHub
parent 692087dd25
commit 747c188824
3 changed files with 19 additions and 6 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/bash
function join_by { local d=$1; shift; echo -n "$1"; shift; printf "%s" "${@/#/$d}"; }
function isURL {
local value=$1