s4

changeset 822:fc6855839333

Remove trailing spaces
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 19 Jun 2020 09:52:46 +0900
parents 2465fff63ad9
children ab6bb3efd40e
files s4-migrate.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/s4-migrate.sh	Fri Jun 19 09:52:12 2020 +0900
     1.2 +++ b/s4-migrate.sh	Fri Jun 19 09:52:46 2020 +0900
     1.3 @@ -166,8 +166,8 @@
     1.4                | unhexize | sed -Ef "$sedfile2" | hexize`
     1.5        echo "UPDATE dst.article_s SET val=X'$newval' WHERE rowid=$arid;" >>$sql
     1.6      done
     1.7 -    echo "URL rewriting done." 
     1.8 -    echo -n "Removing the group in the old world..." 
     1.9 +    echo "URL rewriting done."
    1.10 +    echo -n "Removing the group in the old world..."
    1.11      if [ -z "`query \".read $sql\"`" ]; then
    1.12        query <<-EOF
    1.13  	SAVEPOINT rmgroup;