You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ko...@apache.org on 2010/08/14 15:47:12 UTC

svn commit: r985490 - /lucene/solr/branches/branch-1.4/src/scripts/abo

Author: koji
Date: Sat Aug 14 13:47:11 2010
New Revision: 985490

URL: http://svn.apache.org/viewvc?rev=985490&view=rev
Log:
fix syntax error in conditional expression. There should be space prior to ]]

Modified:
    lucene/solr/branches/branch-1.4/src/scripts/abo

Modified: lucene/solr/branches/branch-1.4/src/scripts/abo
URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/src/scripts/abo?rev=985490&r1=985489&r2=985490&view=diff
==============================================================================
--- lucene/solr/branches/branch-1.4/src/scripts/abo (original)
+++ lucene/solr/branches/branch-1.4/src/scripts/abo Sat Aug 14 13:47:11 2010
@@ -175,7 +175,7 @@ trap 'echo cleaning up, please wait ...;
 
 # make a backup using hard links into temporary location
 # then move it into place atomically
-if [[ "${OS}" == "SunOS" || "${OS}" == "Darwin"  || "${OS}" == "FreeBSD"]]
+if [[ "${OS}" == "SunOS" || "${OS}" == "Darwin" || "${OS}" == "FreeBSD" ]]
 then
   orig_dir=$(pwd)
   mkdir ${data_dir}/${temp}