summaryrefslogtreecommitdiff
path: root/localwebgallerydaemon
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-06-24 10:53:07 +0200
committerJonas Smedegaard <dr@jones.dk>2013-06-24 10:53:07 +0200
commit9318450dad090dac7b3ff4143ac5423cf82f4c6c (patch)
treede5ecd5524a96a5e11c128f5cd861851dfbec6dc /localwebgallerydaemon
parent10b1f181d16c5c2248da4a21fdb2763156d1d7ab (diff)
Really fix obey --theme.
Diffstat (limited to 'localwebgallerydaemon')
-rwxr-xr-xlocalwebgallerydaemon2
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebgallerydaemon b/localwebgallerydaemon
index 7ae546b..d04b415 100755
--- a/localwebgallerydaemon
+++ b/localwebgallerydaemon
@@ -113,7 +113,7 @@ case $generator in
esac
# Static defaults
-lazygal_opts="--quiet --check-all-dirs --clean-destination ${THEME:+--theme $theme}"
+lazygal_opts="--quiet --check-all-dirs --clean-destination ${theme:+--theme $theme}"
# Sanity checks
[ -d "$sourcedir" ] || exit1 "Source directory \"$sourcedir\" is not a directory"