Commit 19dae00a authored by Vitaly Lipatov's avatar Vitaly Lipatov

find spec if missed

parent e3d2935c
......@@ -30,7 +30,8 @@ if [ "$1" = "-r" ] ; then
fi
if [ -n "${1/*.spec/}" ] ; then
SPECNAME=$(basename $(pwd)).spec
#SPECNAME=$(basename $(pwd)).spec
SPECNAME=$(echo *.spec)
else
SPECNAME=$1
shift
......
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