aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index b6d8ebc..2527ccf 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -153,7 +153,7 @@ int ExecuteCmd::run() {
153 153
154 // get shell path from the environment 154 // get shell path from the environment
155 // this process exits immediately, so we don't have to worry about memleaks 155 // this process exits immediately, so we don't have to worry about memleaks
156 char *shell = getenv("SHELL"); 156 const char *shell = getenv("SHELL");
157 if (!shell) 157 if (!shell)
158 shell = "/bin/sh"; 158 shell = "/bin/sh";
159 159