aboutgitcode
diff options
context:
space:
mode:
-rwxr-xr-xmbuto3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbuto b/mbuto
index eab8013..cd0f5eb 100755
--- a/mbuto
+++ b/mbuto
@@ -1,4 +1,4 @@
-#!/bin/sh -efx
+#!/bin/sh -ef
#
# mbuto: Minimal Builder Using Terse Options
#
@@ -1030,7 +1030,6 @@ add() {
[ -z "${wd}" ] && cpio_init
kmod_init
-set -x
[ -e "${1}" ] && __path="${1}" || __path=$(command -v "${1}") || :
if [ ! -e "${__path}" ]; then
{ pkg_add "${1}" && return; } || err "${1} not found"