Diff for /scripts/pgallery/src/pgallery.sh between versions 1.20 and 1.22

version 1.20, 2012/08/31 15:52:10 version 1.22, 2012/09/11 15:40:43
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.19 2012/08/31 14:26:58 as Exp $# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.21 2012/08/31 15:58:03 as Exp $
 #  #
 . $(dirname $0)/libpgallery  . $(dirname $0)/libpgallery
   
Line 88  do Line 88  do
         test $arg = -d && is_dir=1          test $arg = -d && is_dir=1
 done  done
   
 echo $ARG_DIR  
   
 # load save args  # load save args
 if [ -f "$ARG_DIR/$ARGFILE" ]  if [ -f "$ARG_DIR/$ARGFILE" ]
 then  then
Line 313  MAKE Line 311  MAKE
 done  done
 echo "tns: $targets" >> $MKAKEFILE  echo "tns: $targets" >> $MKAKEFILE
   
#make -f $MKAKEFILEmake -f $MKAKEFILE
 rm $MKAKEFILE  rm $MKAKEFILE
   
 # create html index  # create html index

Removed from v.1.20  
changed lines
  Added in v.1.22