summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/printergui/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/printergui/module.build b/core/modules/printergui/module.build
index 3ede1dfc..0f335341 100644
--- a/core/modules/printergui/module.build
+++ b/core/modules/printergui/module.build
@@ -2,7 +2,7 @@
fetch_source() {
git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src"
- cd "{MODULE_WORK_DIR}/src"
+ cd "${MODULE_WORK_DIR}/src"
git checkout "$REQUIRED_COMMIT"
cd - &>/dev/null
}