aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-29 23:57:11 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-29 23:57:11 +0200
commit765f221814235d657bc6117f228d05203b4d10ce (patch)
treec729d127c7bcdebc23e4a9164269300aa13b4fab
parent99b526916dd57530453601fb959b896ff256d54c (diff)
sh, not bash
-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 };