Commit a90ea9a8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix: s/locale/local

parent ddc08fa9
......@@ -7,7 +7,7 @@
# bzip FILE with pzip2 (if exists) or bzip2
bzipit()
{
locale PBZIPIT
local PBZIPIT
PBZIPIT=`which pbzip2 2>/dev/null`
if [ -n "$PBZIPIT" ] ; then
echog -n " with pzip2..."
......
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