Commit 060e6279 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix set_last_link

parent 7a399f08
......@@ -53,7 +53,7 @@ get_etersoft_srpm_path()
set_last_link()
{
local LASTNAME=$(readlink -f $1/../last)
local LASTNAME="$1/../last"
# do not change last if testing publish
echo $1 | grep -q /testing/sources && return
# do not change last if unstable publish
......
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