about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--redo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo.c b/redo.c
index 3ef8723..439b121 100644
--- a/redo.c
+++ b/redo.c
@@ -544,7 +544,7 @@ static char *
 redo_basename(char *dofile, char *target)
 {
 	static char buf[PATH_MAX];
-	int stripext = 1;
+	int stripext = 0;
 	char *s;
 
 	if (strncmp(dofile, "default.", 8) == 0)