summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-06-12 10:11:45 +0000
committerPaul Buetow <paul@buetow.org>2011-06-12 10:11:45 +0000
commit4219810e3e2ecfb319f3b0847862f960be77f4a0 (patch)
tree7c3e205d6a315dada1301d6ae4503a714d23ffbd
parent8aced8ea5080b7e7af76828d0f7edad123b7ac87 (diff)
Renamed a variable
-rwxr-xr-xpwgrep.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index 63df834..aea2125 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -261,7 +261,7 @@ function pwfadd () {
umask $umaskbackup
fi
- [ ! -e $PWFILEWORKDIR ] && error $PWFILEWORKDIR does not exist
+ [ ! -e $FILESTOREWORKDIR ] && error $FILESTOREWORKDIR does not exist
gpg --output $FULLFILESTORE/$outfile.gpg -e -r $GPGKEYID $srcfile && \
if [ -z "$NOVERSIONING" ]; then
@@ -367,7 +367,7 @@ function set_opts () {
set_opts $ARGS
FULLFILESTORE=$FILESTOREDIR/$FILESTORECATEGORY
-PWFILEWORKDIR=$WORKDIR/$FULLFILESTORE
+FILESTOREWORKDIR=$WORKDIR/$FULLFILESTORE
case $BASENAME in
pwgrep)