Commit ed2f1f1e authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.64.60

parent 1749df7f
......@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.64.59"
EPMVERSION="3.64.60"
# package, single (file), pipe, git
EPMMODE="package"
......@@ -361,6 +361,11 @@ sed_escape()
echo "$*" | sed -e 's|[][()$*.^|/]|\\&|g'
}
sed_escape_relaxed()
{
echo "$*" | sed -e 's|[][()$*.^|]|\\&|g' -e 's|[/ ]\+|[/ ][/ ]*|g'
}
subst_option()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment