auto creation of script.js - surf - Surf web browser.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 65e09f7b03659b2922e9525e5235bb3eb6368f87
 (DIR) parent e9d4da3030f534d1a6a6882a642de4fb12fe4941
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Wed, 16 Sep 2009 10:12:27 +0200
       
       auto creation of script.js
       Diffstat:
         surf.c                              |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       @@ -599,6 +599,9 @@ setup(void) {
                name = g_build_filename(workdir, "style.css", NULL);
                if((tmp = g_fopen(name, "a")));
                        fclose(tmp);
       +        name = g_build_filename(workdir, "script.js", NULL);
       +        if((tmp = g_fopen(name, "a")));
       +                fclose(tmp);
        
        
                /* cookie persistance */