From 98c7d030c037fd688b3189f2c13b3e9900120218 Mon Sep 17 00:00:00 2001 From: Darko Date: Wed, 24 Jul 2013 12:12:49 +0200 Subject: [PATCH] Fixed typo in fix_files.sh --- scripts/fix_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix_files.sh b/scripts/fix_files.sh index 92579a5be..e539c85ea 100755 --- a/scripts/fix_files.sh +++ b/scripts/fix_files.sh @@ -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