Commit cd579f1e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d/common.sh: fix move_to_opt()

parent b16402a6
......@@ -209,7 +209,7 @@ move_to_opt()
sdir="$BUILDROOT$1"
else
sdir=''
for i in $* ; do
for i in "$@" ; do
# workaround for wildcards in from
sdir="$(echo $BUILDROOT$i)"
[ -d "$sdir" ] && break
......
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