--- scripts/pgallery/src/pgallery.sh 2012/09/11 16:24:46 1.23 +++ scripts/pgallery/src/pgallery.sh 2012/09/11 16:47:16 1.25 @@ -1,14 +1,15 @@ -#!/home/as/sh +#!/bin/sh # # THE BEER-WARE LICENSE 2012 # wrote this file. As long as you retain this notice you # 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 # -# $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.24 2012/09/11 16:32:41 as Exp $ # -. $(dirname $0)/libpgallery +. /usr/local/libexec/libpgallery + ARG_TITLE="PGallery" ARG_FILES= ARG_FILETYPES="jpg jpeg png gif tif tiff" @@ -271,6 +272,7 @@ echo "save settings" set | while read n do echo "$n" | grep -q '^ARG_' || continue + echo "$n" | grep -q '^ARG_UPDATE' && continue echo "$n" >> $ARGFILE done