$OpenBSD: patch-src_Transport_cpp,v 1.1 2011/06/04 12:10:43 kili Exp $
--- src/Transport.cpp.orig	Fri Mar  4 00:10:00 2011
+++ src/Transport.cpp	Sat Jun  4 13:58:13 2011
@@ -78,7 +78,7 @@ int Transport::execute()
   if (child_pid == 0)
   {
     // this is done by the child process
-    char shell[] = "bash";
+    char shell[] = "sh";
     char opt[]   = "-c";
 
     std::string cmdline = executable;
