Removing any functions that we now call by default when we source chroot-functions...
[catalyst.git] / targets / support / post-kmerge.sh
index 951740b20dca5ad75d6f3074696476f205739c5b..c17680c445bfdb5abebd89a411a61ee0f2b228ab 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+RUN_DEFAULT_FUNCS="no"
 
-update_env_settings
+source /tmp/chroot-functions.sh
 
 # Only run depscan.sh if modules exist
 if [ -n "$(ls /lib/modules)" ]