Skip to content

Commit d663348

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 c6e30b1 commit d663348

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
@@ -330,8 +330,6 @@ main() {
330330
;;
331331
esac
332332

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

0 commit comments

Comments
 (0)