Diff for /scripts/pgallery/src/pgalleryindex.sh between versions 1.5 and 1.6

version 1.5, 2013/04/03 08:33:29 version 1.6, 2017/12/07 14:24:00
Line 6 Line 6
 # 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/pgalleryindex.sh,v 1.4 2013/04/03 08:06:45 as Exp $# $Paefchen: scripts/pgallery/src/pgalleryindex.sh,v 1.5 2013/04/03 08:33:29 as Exp $
 #  #
   
 . /usr/local/libexec/libpgallery  . /usr/local/libexec/libpgallery
Line 99  DIRS= Line 99  DIRS=
 for dir in $(find . -type d -maxdepth 1 -mindepth 1)  for dir in $(find . -type d -maxdepth 1 -mindepth 1)
 do  do
                 test -f "$dir/$ARGFILE" || continue                  test -f "$dir/$ARGFILE" || continue
                   ARG_INDEXIMG=
                   ARG_NOINDEX=
                 . "$dir/$ARGFILE"                  . "$dir/$ARGFILE"
                 test "$ARG_INDEXIMG" = "" && continue                  test "$ARG_INDEXIMG" = "" && continue
                   test "$ARG_NOINDEX" != "" && continue
                 DIRS="$DIRS $dir"                  DIRS="$DIRS $dir"
 done  done
   

Removed from v.1.5  
changed lines
  Added in v.1.6