diff --git a/helpers/config b/helpers/config index 2ddc5ec..33df5ce 100755 --- a/helpers/config +++ b/helpers/config @@ -267,5 +267,5 @@ remove_patch(){ } sed_csum() { - grep -rl "$1" "$3" | xargs -r /bin/sed -i "s|$1|$2|" + grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|" }