summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-09-18 12:52:22 +0200
committerJonathan Bauer2019-09-18 12:52:22 +0200
commit3b6b110632d3a903fa19a11c4cbdac9e2b105e4b (patch)
tree3c1a8188a6a0d0ad3cb8c632d8a9c1d91ae4a72d
parent[dnbd3-rootfs] formatting (diff)
downloadsystemd-init-3b6b110632d3a903fa19a11c4cbdac9e2b105e4b.tar.gz
systemd-init-3b6b110632d3a903fa19a11c4cbdac9e2b105e4b.tar.xz
systemd-init-3b6b110632d3a903fa19a11c4cbdac9e2b105e4b.zip
[dnbd3-rootfs] fix bad pushd/popd stack
-rw-r--r--builder/modules.d/dnbd3-rootfs/helper/build.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/dnbd3-rootfs/helper/build.inc b/builder/modules.d/dnbd3-rootfs/helper/build.inc
index 2c8eb58b..1cf300a9 100644
--- a/builder/modules.d/dnbd3-rootfs/helper/build.inc
+++ b/builder/modules.d/dnbd3-rootfs/helper/build.inc
@@ -182,7 +182,7 @@ build_compile_dnbd3() {
# NOTE: The generic way would be: "./build.sh" but this tries to build
# more than we really need and takes more time.
mkdir --parents build
- pushd build
+ cd build
# Inject CMAKE_FLAGS as a way to control how cmake is called,
# e.g. to pass the kernel version
cmake ${CMAKE_FLAGS} ../