From 1d89a450bc4ed16c73ff8960c639acb153703db8 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 4 Nov 2019 18:58:45 -0600 Subject: hscript: Language::execute: space between string and value --- hscript/meta.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2