]> git.sommitrealweird.co.uk Git - bpgallery.git/blobdiff - bpgallery.sh
Up version for release
[bpgallery.git] / bpgallery.sh
index f8605d6f5dc2c8176f59f4a1e424df42928fe090..cb6a81eb3205aa4b9fdc373c18853fc29a64932c 100755 (executable)
@@ -19,7 +19,7 @@
 
 set -f
 
-VERSION="1.0.3"
+VERSION="1.0.3.1"
 
 function bpgallery_default_head() {
 cat <<END
@@ -415,7 +415,7 @@ function generate_general_page() {
                caption=""
        fi
 
-       $BPGALLERY_PAGE_FUNCTION > $currentpage
+       $BPGALLERY_PAGE_FUNCTION > "$currentpage"
 }
 
 if [[ $OUTPUTHTML != 0 ]]; then