aboutsummaryrefslogtreecommitdiff
path: root/scripts/confmk.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/confmk.py')
-rwxr-xr-xscripts/confmk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py
index de9052e..952e674 100755
--- a/scripts/confmk.py
+++ b/scripts/confmk.py
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/bin/env python3
import os
import sys
from conf import conf
@@ -18,7 +18,7 @@ def gen_confmk():
f.write("BUILDROOT_INITSCRIPT := " + conf.buildroot_initscript + "\n")
f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n")
f.write("\n")
- f.write("NBSCRIPTS := " + conf.nbscript + "\n")
+ f.write("NBSCRIPT := " + conf.nbscript + "\n")
#################################################################################