diff options
| author | Paul Buetow <paul@buetow.org> | 2011-06-12 10:11:45 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-06-12 10:11:45 +0000 |
| commit | 4219810e3e2ecfb319f3b0847862f960be77f4a0 (patch) | |
| tree | 7c3e205d6a315dada1301d6ae4503a714d23ffbd | |
| parent | 8aced8ea5080b7e7af76828d0f7edad123b7ac87 (diff) | |
Renamed a variable
| -rwxr-xr-x | pwgrep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
