aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 };