]> git.ozlabs.org Git - next-scripts/blobdiff - do_last_build
check_fixes: a few cleanups
[next-scripts] / do_last_build
index 9e877d4ded3939df9307407742a7db639f20cb43..51d3fd33d14b81aae3ddcc4f54652bdd8c21d80a 100755 (executable)
@@ -4,7 +4,7 @@
 
 set -e
 
-cmd="firejail --profile=$bin_dir/build.profile /bin/sh"
+cmd="/bin/sh"
 [ "$build_host" ] &&
        cmd="ssh root@$build_host unshare -n su $(id -u -n)"