summaryrefslogtreecommitdiff
path: root/src/photoalbum.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/photoalbum.sh')
-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() {