Fixed generation of default agent

This commit is contained in:
Jiri Vanek 2019-08-27 17:17:17 +02:00
commit bd25d1cbce
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ then
RESULT_OF_GREP="$(grep -rq $AGENT_PREFIX $CONFIG_FILE)"
echo "Agent path is already set in $CONFIG_FILE as ${RESULT_OF_GREP}. Skipping agent path setting." >&2
else
echo $AGENT_STRING >> $CONFIG_FILE >&2
echo $AGENT_STRING >> $CONFIG_FILE
fi
else

View file

@ -1,7 +1,7 @@
Summary: Application for extraction and decompilation of JVM byte code
Name: java-runtime-decompiler
Version: 3.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3
URL: https://github.com/pmikova/java-runtime-decompiler
Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz