From: Daniel Axtens Date: Sun, 31 Jul 2011 12:50:51 +0000 (+0800) Subject: fix syntax error (aborted check) X-Git-Url: https://git.ucc.asn.au/?p=dja%2Fscandal.git;a=commitdiff_plain;h=80ce87237fbcbca28c29b72f26c1347644cb43ae fix syntax error (aborted check) --- diff --git a/scan2pages.sh b/scan2pages.sh index be89870..7ef2683 100755 --- a/scan2pages.sh +++ b/scan2pages.sh @@ -177,7 +177,6 @@ for scanpgnum in `$my_seq 1 $pages`; do #detect if the page is 2-up if [[ $logperphys == 2 ]] || ( [[ $logperphys != 1 ]] && $(dirname $0)/detect2pages.sh ${cleanphyspg} ${scanpgnum} ${physpgnum} ); then - if [ ! -e ${physpgbase}-1.pnm ] || [ ! -e ${physpgbase}-2.pnm ]; then if [[ $verbose == 1 ]]; then echo "Resplitting physical page ${physpgnum}." fi