Commit 01d9e509 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "tools_erc: fix ercat path (tools_ercat in eepm context)"

This reverts commit b07e62db.
parent e3cb8ad7
......@@ -122,7 +122,7 @@ extract_makeself_tar()
echo "Extracting makeself archive (compression: ${compress:-gzip}, header: $lines lines, offset: $offset bytes)" >&2
# Extract payload, auto-detect compression via ercat
dd if="$arc" ibs="$offset" skip=1 obs=1024 conv=sync 2>/dev/null | "$PROGDIR/tools_ercat"
dd if="$arc" ibs="$offset" skip=1 obs=1024 conv=sync 2>/dev/null | "$PROGDIR/ercat"
}
# Extract makeself self-extracting archives (.run)
......
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