Fixed typo in fix_files.sh

This commit is contained in:
Darko
2013-07-24 12:12:49 +02:00
parent 14b4355d22
commit 98c7d030c0
+1 -1
View File
@@ -49,7 +49,7 @@ if [[ $KEVIN_SAFER == "true" ]] || [[ $PARSING_MOD == "true" ]]; then
cp -frv * $NEWZPATH/www/lib/
fi
#copy needed files for hash_decrypt and fixReleaseNames scripts
if [[ $HASH == "true"]] || [[ $FIXRELEASES == "true" ]]; then
if [[ $HASH == "true" ]] || [[ $FIXRELEASES == "true" ]]; then
cd $DIR"/test/files to copy/www/lib"
cp -frv * $NEWZPATH/www/lib/
fi