Up version for release
[bpgallery.git] / bpgallery.sh
index e6c6f9f90c0f953ab276d49a72a9ee0949eba303..cb6a81eb3205aa4b9fdc373c18853fc29a64932c 100755 (executable)
@@ -19,7 +19,7 @@
 
 set -f
 
-VERSION="1.0.2+arch"
+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