fix typo - curly bracket is not closed

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@984638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2010-08-12 03:16:15 +00:00
parent 80659afa98
commit f8ab6b4b17
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ logMessage command: $0 $@
name=`perl -e 'chdir q|'${data_dir}'|; print ((sort grep {/^snapshot[.][1-9][0-9]{13}$/} <*>)[-1])'`
# clean up after INT/TERM
trap 'echo "caught INT/TERM, exiting now but partial installation may have already occured";/bin/rm -rf ${data_dir"/index.tmp$$;logExit aborted 13' INT TERM
trap 'echo "caught INT/TERM, exiting now but partial installation may have already occured";/bin/rm -rf ${data_dir}/index.tmp$$;logExit aborted 13' INT TERM
# is there a snapshot
if [[ "${name}" == "" ]]