diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 22:23:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 22:23:18 -0400 |
| commit | bb0425975c53b770c0958b51223bd21c41aa1187 (patch) | |
| tree | b80c8a43980736e55da191c1244b0750b2414e00 /Property/Cmd.hs | |
| parent | 4357d6117453e1a0759a6482f4006fa042110a6c (diff) | |
propellor spin
Diffstat (limited to 'Property/Cmd.hs')
| -rw-r--r-- | Property/Cmd.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/Cmd.hs b/Property/Cmd.hs index 0a4a5ba4..278d2fb0 100644 --- a/Property/Cmd.hs +++ b/Property/Cmd.hs @@ -32,4 +32,4 @@ cmdProperty' cmd params env = Property desc $ do scriptProperty :: [String] -> Property scriptProperty script = cmdProperty "sh" [Param "-c", Param shellcmd] where - shellcmd = intercalate " && " script + shellcmd = intercalate " ; " ("set -e" : script) |
