Commit 9e64b394 authored by Vitaly Lipatov's avatar Vitaly Lipatov

make LISTNAMES with full path to spec always

parent 250ef676
...@@ -132,7 +132,7 @@ for i in "$@" ...@@ -132,7 +132,7 @@ for i in "$@"
do do
# , , . # , , .
if [ -f "$i" ]; then if [ -f "$i" ]; then
LISTNAMES="$LISTNAMES $i" LISTNAMES="$LISTNAMES $(readlink -f $i)"
else else
set_target_type ${i/-/} || LISTARGS="$LISTARGS $i" set_target_type ${i/-/} || LISTARGS="$LISTARGS $i"
fi 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