summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 01:17:22 -0400
committerJoey Hess2014-11-18 01:17:22 -0400
commita30b5a6bfd1b6f49a11f0087c8c93c237a781738 (patch)
treee71e9d503020b1b821134c6f819d82c631396dac /src/Propellor
parentbc6b199d537c5bee3ad0822c24650e06ae5d1cd5 (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index 6dd36f9f..f3cf2f91 100644
--- a/src/Propellor/CmdLine.hs
+++ b/src/Propellor/CmdLine.hs
@@ -229,7 +229,7 @@ spin hn hst = do
]
spincmd = mkcmd
- [ "cd " ++ localdir ++ " && ./propellor --continue " ++ show (Chain hn) ]
+ [ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show (Chain hn)) ]
getstatus :: Handle -> IO BootStrapStatus
getstatus h = do