summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2014-07-24 22:14:22 +0200
committerroot2014-07-24 22:14:22 +0200
commitc6f974ed60c0f062b472d5df088fbb032556b272 (patch)
tree0e2aced9a287e48b6f0284265a2bcff4312077d5
parentQuick hack to fix paths.inc sourcing (diff)
downloadtm-scripts-c6f974ed60c0f062b472d5df088fbb032556b272.tar.gz
tm-scripts-c6f974ed60c0f062b472d5df088fbb032556b272.tar.xz
tm-scripts-c6f974ed60c0f062b472d5df088fbb032556b272.zip
[kernel] Remove set -x call
-rw-r--r--remote/modules/kernel/module.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/modules/kernel/module.build b/remote/modules/kernel/module.build
index 1d2aad7a..78179df6 100644
--- a/remote/modules/kernel/module.build
+++ b/remote/modules/kernel/module.build
@@ -23,7 +23,6 @@ get_kernel_version() {
fetch_source() {
pdebug "getting kernel sources via git ...."
[ -d ./ksrc ] && rm -rf ./ksrc
- set -x
git clone --depth 1 "${REQUIRED_GIT}" -b "${REQUIRED_GIT_BRANCH}" ksrc || perror "Could not clone kernel git."
# check for aufs
local RSL=$(find ksrc/ -type d -name aufs)