summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hscript/meta.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/meta.cc b/hscript/meta.cc
index b5c2beb..b184a96 100644
--- a/hscript/meta.cc
+++ b/hscript/meta.cc
@@ -278,7 +278,7 @@ bool Language::execute(ScriptOptions opts) const {
this->value());
if(opts.test(Simulate)) {
- std::cout << "printf '#!/bin/sh\\" << "nexport LANG=\"%s\"\\" << "n'"
+ std::cout << "printf '#!/bin/sh\\" << "nexport LANG=\"%s\"\\" << "n' "
<< this->value() << " > /target/etc/profile.d/language.sh"
<< std::endl
<< "chmod a+x /target/etc/profile.d/language.sh"