From 7beeb043c48b5057afb5d79b02cb9c7b8e274055 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Aug 2015 22:20:37 +0100 Subject: disable debug mode --- build32 | 2 +- build64 | 2 +- vasile | 2 +- 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 -- cgit v1.2.3