codacy no like ` this `

This commit is contained in:
sigoa 2018-03-18 11:50:57 +01:00 committed by GitHub
parent 634a49cd6d
commit 84c94ad748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -5,8 +5,8 @@ PREV_VERSION=0.4.4
VERSION=0.6.0
RELEASE=1
SOURCEDIR=.
ARCH_TYPE=`uname -m`
CURRDIR=`pwd`
ARCH_TYPE=$(uname -m)
CURRDIR=$(pwd)
SOURCE=~/ebuild/${APP}-${VERSION}.tar.gz
@ -30,4 +30,3 @@ tar -cvzf ${SOURCE} ../${APP}-${VERSION} --exclude-vcs
# rename the root directory without the version number
mv ../${APP}-${VERSION} ../${APP}