diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-08 14:29:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-08 14:29:47 -0400 |
commit | c8d25b48804b3b2e1e9f53ac518854bfaa61ee02 (patch) | |
tree | ca4296e7001431139b4c3b081973ab776bc52928 /Build/BundledPrograms.hs | |
parent | 280a6b77a467451c5d7eb720dd5a3a57c53ed3a5 (diff) |
Include ssh-keygen in standalone bundle.
Diffstat (limited to 'Build/BundledPrograms.hs')
-rw-r--r-- | Build/BundledPrograms.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index d071ae3aa..87232ebec 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -30,6 +30,7 @@ bundledPrograms = catMaybes #endif , Just "rsync" , Just "ssh" + , Just "ssh-keygen" #ifndef mingw32_HOST_OS , Just "sh" #endif |