From 765f221814235d657bc6117f228d05203b4d10ce Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 29 Dec 2011 23:57:11 +0200 Subject: sh, not bash --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b44062c..5bbfdcd 100644 --- a/config.def.h +++ b/config.def.h @@ -51,7 +51,7 @@ static const AppRule rules[] = { \ }; /* helper for spawning shell commands */ -#define SHCMD(cmd) {.com = (const char*[]){"/bin/bash", "-c", cmd, NULL}} +#define SHCMD(cmd) {.com = (const char*[]){"/bin/sh", "-c", cmd, NULL}} /** commands **/ static const char *termcmd[] = { "xterm", NULL }; -- cgit v1.3.1