Permalink
Browse files

inline env for bootstrap also

  • Loading branch information...
mafintosh committed Nov 28, 2017
1 parent 0dd3dc8 commit 85961435d86ad63101508c3483a26960ef4e9d71
Showing with 1 addition and 1 deletion.
  1. +1 −1 bin/generate.js
View
@@ -109,7 +109,7 @@ function makeShell (inp, i, all) {
switch (inp.type) {
case 'from':
var tmp = '@ mkcontainer-bootstrap --force --' + inp.image + (inp.version ? (' ' + inp.version) : '') + ' ' + img
var tmp = '@ ' + stringifyEnv(inp.env).replace(/-E /g, '') + 'mkcontainer-bootstrap --force --' + inp.image + (inp.version ? (' ' + inp.version) : '') + ' ' + img
inp.sh.push(tmp.trim())
inp.sh.push('@ mkcontainer-diff -i ' + img + ' --tmp ' + diff + ' -o $@')
inp.input = []

0 comments on commit 8596143

Please sign in to comment.