Diff for /scripts/pgallery/src/pgallery.sh between versions 1.23 and 1.24

version 1.23, 2012/09/11 16:24:46 version 1.24, 2012/09/11 16:32:41
Line 5 Line 5
 # can do whatever you want with this stuff. If we meet some day, and you think  # can do whatever you want with this stuff. If we meet some day, and you think
 # this stuff is worth it, you can buy me a beer in return Aron Schlesinger  # this stuff is worth it, you can buy me a beer in return Aron Schlesinger
 #  #
# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.22 2012/09/11 15:40:43 as Exp $# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.23 2012/09/11 16:24:46 as Exp $
 #  #
 . $(dirname $0)/libpgallery  . $(dirname $0)/libpgallery
   
Line 271  echo "save settings" Line 271  echo "save settings"
 set | while read n  set | while read n
 do  do
         echo "$n" | grep -q '^ARG_' || continue          echo "$n" | grep -q '^ARG_' || continue
           echo "$n" | grep -q '^ARG_UPDATE' && continue
         echo "$n" >> $ARGFILE          echo "$n" >> $ARGFILE
 done  done
   

Removed from v.1.23  
changed lines
  Added in v.1.24