Commit ed7460c1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

hasher: fix arch checking

parent bee2b69f
......@@ -12,7 +12,7 @@ set_hasherdir()
HASHERBASEDIR=$HASHERDIR
fi
HASHERDIR=$HASHERBASEDIR$MENVARG
if [ "$DEFAULTARCH"="x86_64" ] ; then
if [ "$DEFAULTARCH" = "x86_64" ] ; then
HASHERDIR="$HASHERDIR-64"
fi
}
......
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