Commit eaec31ce authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix realpath

parent 87cd8135
......@@ -217,7 +217,7 @@ print_pkgrepl_list()
print_grprepl_list()
{
print_replbased_list $(realpath -f $PKGREPLBASE/../grprepl/grprepl)
print_replbased_list $(realpath $PKGREPLBASE/../grprepl/grprepl)
}
......
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