--- scripts/pgallery/src/pgallery.sh 2012/09/11 16:32:41 1.24 +++ scripts/pgallery/src/pgallery.sh 2013/04/03 08:14:52 1.27 @@ -1,14 +1,16 @@ -#!/home/as/sh +#!/usr/local/libexec/pgallerysh # -# THE BEER-WARE LICENSE 2012 +# THE BEER-WARE LICENSE 2012,13 +# # 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.23 2012/09/11 16:24:46 as Exp $ +# $Paefchen: scripts/pgallery/src/pgallery.sh,v 1.26 2013/04/03 08:06:44 as Exp $ # -. $(dirname $0)/libpgallery +. /usr/local/libexec/libpgallery + ARG_TITLE="PGallery" ARG_FILES= ARG_FILETYPES="jpg jpeg png gif tif tiff" @@ -180,7 +182,7 @@ then done fi -#paras from iso to utf-8 +# paras from iso to utf-8 for n in $(set | awk -F= '{print $1}') do echo "$n" | grep -q '^ARG_' || continue