Skip to content

Commit

Permalink
install.up-date: bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Feb 3, 2016
1 parent c2fc1ed commit 631e028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ update()

if . $QA_PATH/scripts/updateConfigFile.txt \
${AUTO_TABLE_UPDATE:-AUTO_TABLE_UPDATE} \
|| ${FORCE_RSYNC:-f} = t ; then
|| [ ${FORCE_RSYNC:-f} = t ] ; then
if [ "$QA_WORK" != "$QA_PATH" ] ; then
rsync -auz $QA_PATH/tables $QA_WORK &> /dev/null
fi
Expand Down

0 comments on commit 631e028

Please sign in to comment.