# HG changeset patch # User diego # Date 1279358379 0 # Node ID 7e7c541566ad7b84ecd448d1dc3c60047ab7e224 # Parent eea755ce8eabcb5493e8f5c3fded4e0779df2f56 cosmetics: Use 'elif' instead of 'else .. if'. diff -r eea755ce8eab -r 7e7c541566ad help/help_create.sh --- a/help/help_create.sh Fri Jul 16 17:45:50 2010 +0000 +++ b/help/help_create.sh Sat Jul 17 09:19:39 2010 +0000 @@ -24,12 +24,9 @@ if grep -q "^#define $curr[ ]" "$TRANSLATION" ; then curr="" fi - else - if [ -z "$line" ]; then - curr="" - fi + elif [ -z "$line" ]; then + curr="" fi - if [ -n "$curr" ]; then printf "%s\n" "$line" fi