summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-26 15:10:29 +0100
committerSimon Rettberg2019-11-26 15:10:29 +0100
commit49bb18e8d8728aa177095adade1a5ead690c9151 (patch)
treee5b48da78da656c29b8812ba86e24ab9e00bd3ad /core/modules/pvs2
parent[rootfs-stage32] Add missing quotes (diff)
downloadmltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.gz
mltk-49bb18e8d8728aa177095adade1a5ead690c9151.tar.xz
mltk-49bb18e8d8728aa177095adade1a5ead690c9151.zip
[*] cd <...> || perror --> cde <...>
Diffstat (limited to 'core/modules/pvs2')
-rw-r--r--core/modules/pvs2/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pvs2/module.build b/core/modules/pvs2/module.build
index a1039e7d..3be43b87 100644
--- a/core/modules/pvs2/module.build
+++ b/core/modules/pvs2/module.build
@@ -11,7 +11,7 @@ build() {
mkdir -p "${DESTDIR}" || perror "Could not mkdir ${DESTDIR}!"
mkdir -p "${BUILDDIR}" || perror "Could not mkdir ${BUILDDIR}!"
- cd "${BUILDDIR}" || perror "Could not cd to ${BUILDDIR}!"
+ cde "${BUILDDIR}"
pinfo "Running cmake"
cmake .. || perror "'cmake ..' failed."