mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
mkosi: Remove bash -x option from mkosi.build
-x is for debugging purposes. During regular usage, using -x mostly prints useless output when building the mkosi image.
This commit is contained in:
parent
06ac1b1f2c
commit
1394a3ec35
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
# This is a build script for OS image generation using mkosi (https://github.com/systemd/mkosi).
|
||||
# Simply invoke "mkosi" in the project directory to build an OS image.
|
||||
|
Loading…
x
Reference in New Issue
Block a user