aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-07-22 11:18:38 (GMT)
committermarkt <markt>2007-07-22 11:18:38 (GMT)
commitd91bf8ffdb0be02f95a4c93fc57e7f213311b9d3 (patch)
tree43ec2137175e51368fe5ca9bdbc521fb76b1b212 /src/FbCommands.cc
parentf6c5f7e9abbf808fb446a38ff1285b54510a04ed (diff)
downloadfluxbox-d91bf8ffdb0be02f95a4c93fc57e7f213311b9d3.zip
fluxbox-d91bf8ffdb0be02f95a4c93fc57e7f213311b9d3.tar.bz2
remove a bunch of ancient blackbox features that blackbox doesn't even support anymore
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