summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-04 18:58:45 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-04 18:58:45 -0600
commit1d89a450bc4ed16c73ff8960c639acb153703db8 (patch)
tree761ba4b86f13be94a4c14a0d3e00cd074fd86c85
parente224416d092e2c9128bbd7c895a4093e048d0eba (diff)
downloadhorizon-1d89a450bc4ed16c73ff8960c639acb153703db8.tar.gz
horizon-1d89a450bc4ed16c73ff8960c639acb153703db8.tar.bz2
horizon-1d89a450bc4ed16c73ff8960c639acb153703db8.tar.xz
horizon-1d89a450bc4ed16c73ff8960c639acb153703db8.zip
hscript: Language::execute: space between string and value
-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"