summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-08-30 22:20:37 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-08-30 22:20:37 +0100
commit7beeb043c48b5057afb5d79b02cb9c7b8e274055 (patch)
tree65ebc9b3e34c49be2a7779b589305b395e93fe1d
parent139b07bdf4d13f436f5956f6be8b57212e6f9770 (diff)
disable debug 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