summaryrefslogtreecommitdiff
path: root/fluid/shell_command.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/shell_command.cxx')
-rw-r--r--fluid/shell_command.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/shell_command.cxx b/fluid/shell_command.cxx
index 053f47178..b2fe85373 100644
--- a/fluid/shell_command.cxx
+++ b/fluid/shell_command.cxx
@@ -301,7 +301,7 @@ static bool prepare_shell_command(int flags) {
save_cb(0, 0);
}
if (flags & Fd_Shell_Command::SAVE_SOURCECODE) {
- write_code_files();
+ write_code_files(true);
}
if (flags & Fd_Shell_Command::SAVE_STRINGS) {
write_strings_cb(0, 0);