diff options
Diffstat (limited to 'src/context.cpp')
-rw-r--r-- | src/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.cpp b/src/context.cpp index b9c215a..6e27256 100644 --- a/src/context.cpp +++ b/src/context.cpp | |||
@@ -238,7 +238,7 @@ Bu::String Context::expand( const Bu::String &sInS ) | |||
238 | { | 238 | { |
239 | //sio << "Executing command: >>>" << sCmd << "<<<" << sio.nl; | 239 | //sio << "Executing command: >>>" << sCmd << "<<<" << sio.nl; |
240 | Process p( Process::StdOut, | 240 | Process p( Process::StdOut, |
241 | "/bin/bash", "/bin/bash", "-c", sCmd.getStr(), NULL | 241 | "/bin/sh", "/bin/sh", "-c", sCmd.getStr(), NULL |
242 | ); | 242 | ); |
243 | char buf[4096]; | 243 | char buf[4096]; |
244 | do | 244 | do |