From 97c24cfef14427189842464a70166a81659b39bf Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 16 Dec 2019 00:49:53 +0100 Subject: toPDF.sh: Init a variable before using. --- pdfs/toPDF.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pdfs') 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 -- cgit v1.2.1