From 49bb18e8d8728aa177095adade1a5ead690c9151 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Nov 2019 15:10:29 +0100 Subject: [*] cd <...> || perror --> cde <...> --- core/modules/pvs2/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/pvs2') 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." -- cgit v1.2.3-55-g7522