Skip to content

Commit db0d071

Browse files
committed
cmd-buildextend-metal: remove set +x
This script isn't set -x to begin with so this doesn't really do anything right now.
1 parent e68bc7c commit db0d071

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmd-buildextend-metal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ main() {
331331
;;
332332
esac
333333

334-
# Quiet for the rest of this so the last thing we see is a success message
335-
set +x
336334
# clean up the tmpbuild
337335
rm -rf "${tmp_builddir}"
338336
}

0 commit comments

Comments
 (0)