Bug 8977:replace unitialized directory var in printoverdues
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
765cebfbeb
commit
bbdb2b06a3
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ then
|
|||
lp $optprinter $1/*.pdf;
|
||||
fi
|
||||
|
||||
tar cvfz $directory`date "+%Y%m%d"`.tar.gz $directory;
|
||||
tar cvfz $1`date "+%Y%m%d"`.tar.gz $1;
|
||||
|
|
Loading…
Reference in a new issue