summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/vmware12/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware12/module.build b/core/modules/vmware12/module.build
index 555341a0..56e0aa4c 100644
--- a/core/modules/vmware12/module.build
+++ b/core/modules/vmware12/module.build
@@ -152,7 +152,7 @@ build() {
[ -s "\$KMOD" ] || perror "Kmod \$KMOD does not exist"
[ ! -d "\${SHORT}-only" ] && tar xf "\$KMOD"
[ ! -d "\${SHORT}-only" ] && perror "untar of \$KMOD failed."
- cde "\${SHORT}-only"
+ cd "\${SHORT}-only" || exit 1
if ! patch -p1 < "\$file"; then
cd ..
rm -rf -- "\${SHORT}-only"