aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index e04b275d1..008ca88f6 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -263,7 +263,7 @@ save_yourself_cb (GnomeClient *client,
EphyShell *shell)
{
char *argv[] = { "epiphany", "--load-session", NULL };
- char *discard_argv[] = { "rm", "-r", NULL };
+ char *discard_argv[] = { "rm", "-f", NULL };
EphySession *session;
char *tmp, *save_to;