summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild322
-rwxr-xr-xbuild642
-rwxr-xr-xvasile2
3 files changed, 3 insertions, 3 deletions
diff --git a/build32 b/build32
index 161f300..7c84de6 100755
--- a/build32
+++ b/build32
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/usr/bin/env bash
chrootpreparex86 () {
# check our environment for sanity
diff --git a/build64 b/build64
index 6628014..41bea4a 100755
--- a/build64
+++ b/build64
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/usr/bin/env bash
chrootpreparex64 () {
# check our environment for sanity
diff --git a/vasile b/vasile
index 6218135..720ec28 100755
--- a/vasile
+++ b/vasile
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/usr/bin/env bash
# Say Hello to Vasile, a script to build Kogaion Linux packages in a clean squashfs + overlayfs chroot
# Using predefined targets : kernel.target , xlibs.target , x11.target , sound.target , artwork.target
# Main author : Ghiunhan Mamut (aka V3n3RiX) @ RogentOS Development Group