diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-16 00:49:53 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-16 00:49:53 +0100 |
commit | 97c24cfef14427189842464a70166a81659b39bf (patch) | |
tree | c60fd305cf86be1655bbd8017cbb4b60da94c4b1 /pdfs/toPDF.sh | |
parent | b8d66986e9be6711ed42f0b75de3af2e1f4a632d (diff) | |
download | scripts-97c24cfef14427189842464a70166a81659b39bf.tar.gz scripts-97c24cfef14427189842464a70166a81659b39bf.zip |
toPDF.sh: Init a variable before using.
Diffstat (limited to 'pdfs/toPDF.sh')
-rwxr-xr-x | pdfs/toPDF.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfs/toPDF.sh b/pdfs/toPDF.sh index e4e6ece..a383c09 100755 --- a/pdfs/toPDF.sh +++ b/pdfs/toPDF.sh @@ -8,6 +8,7 @@ # it already exists. # Opens the file with $READER if -o option is given. +open="" if [ "$1" = "-o" ]; then open="1" shift |