summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cc b/main.cc
index f533b74..c7abd90 100644
--- a/main.cc
+++ b/main.cc
@@ -281,8 +281,7 @@ int main(int argc, char *argv[])
*/
ArgsList arguments;
- // FIXME: removed. Seems odd and gives a warning (Tzafrir).
- //arguments.push_back(PACKAGE); // push argv[0] (our program name)
+ arguments.push_back(argv[0]); // push argv[0] (our program name)
// Read arguments from the RC file.
// first, read the RC file pointed to by $PACKAGE_RC.