From 36d6d537b44164adb1e8c6860a78f8a494fe11ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 21 May 2015 19:19:01 +0200 Subject: Fix problem of cleaning scripts/nbscript --- scripts/confmk.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/confmk.py b/scripts/confmk.py index 974178c..b8a1e6c 100755 --- a/scripts/confmk.py +++ b/scripts/confmk.py @@ -17,8 +17,6 @@ def gen_confmk(): f.write("BUILDROOT_INITTAB_DIRECTIVE := " + conf.buildroot_inittab_directive + "\n") f.write("BUILDROOT_INITSCRIPT := " + conf.buildroot_initscript + "\n") f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n") - f.write("\n") - f.write("NBSCRIPT := " + conf.nbscript + "\n") ################################################################################# -- cgit v1.2.3