From 3b6b110632d3a903fa19a11c4cbdac9e2b105e4b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 18 Sep 2019 12:52:22 +0200 Subject: [dnbd3-rootfs] fix bad pushd/popd stack --- builder/modules.d/dnbd3-rootfs/helper/build.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ../ -- cgit v1.2.3-55-g7522