summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:30:33 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:30:33 +0100
commit4fb58c91416e27a51532f5e83d2f1aff95483a82 (patch)
tree89f04b20faca953dc8b28b218e4a5f804d4e1f5f
parentac808ecf232e1985d1fb2121691f23f94c5f2ecf (diff)
fix
-rwxr-xr-xsrc/photoalbum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh
index 174fe8c..9db5eb9 100755
--- a/src/photoalbum.sh
+++ b/src/photoalbum.sh
@@ -10,7 +10,7 @@ declare -r VERSION='PHOTOALBUMVERSION'
declare -r DEFAULTRC=/etc/default/photoalbum
if [ -z "${RC}" ]; then
- RCFILE="${DEFAULTRC}"
+ RC="${DEFAULTRC}"
fi
usage() {