aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/patches
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-11-22 14:57:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-22 14:57:27 +0000
commite92a846313d0ff7a1b0b75e1551fd053621a921d (patch)
tree6cb26c9a65816e81127386c2958c14ee284751e9 /mcp/patches
parent246928006daf99de2317dc8d171c2b0735a3c605 (diff)
parent77942178b3aff6adc83b5f83645acfff467fa76a (diff)
Merge "ci/deploy.sh: Add new `-E` arg for env erase"
Diffstat (limited to 'mcp/patches')
-rwxr-xr-xmcp/patches/patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/patch.sh b/mcp/patches/patch.sh
index ca5c14111..1da3bc597 100755
--- a/mcp/patches/patch.sh
+++ b/mcp/patches/patch.sh
@@ -14,7 +14,7 @@ if [ -r "$1" ]; then
if [[ ! "${p_dest}" =~ '^#' ]] && [[ "${p_dest}" =~ $2 ]] && \
! patch --dry-run -Rd "${p_dest}" -r - -s -p1 < \
"/root/fuel/mcp/patches/${p_file}" > /dev/null; then
- patch -fd "${p_dest}" -p1 < "/root/fuel/mcp/patches/${p_file}"
+ patch -d "${p_dest}" -p1 < "/root/fuel/mcp/patches/${p_file}"
fi
done < "$1"
fi