]> git.lyx.org Git - features.git/commitdiff
Forgot this.
authorRichard Heck <rgheck@comcast.net>
Fri, 4 Feb 2011 20:15:39 +0000 (20:15 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 4 Feb 2011 20:15:39 +0000 (20:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37497 a592a061-630c-0410-9148-cb99ea01b6c8

development/tools/lyxpak.py

index a0a39ce3df2fe4689f1613d93d5ca57a256da991..27a7a6e4fe2b9641974d6e26bf9c18e271b36b10 100755 (executable)
@@ -163,6 +163,7 @@ def main(argv):
     if not os.path.exists(lyxfile):
         error('File "%s" not found.' % lyxfile)
 
+    outdir = ""
     if len(argv) == 3:
         outdir = argv[2]
         if not os.path.isdir(outdir):