aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/minilib.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/minilib.ml')
-rw-r--r--ide/minilib.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/minilib.ml b/ide/minilib.ml
index f072ff9fa..b1f85d2fe 100644
--- a/ide/minilib.ml
+++ b/ide/minilib.ml
@@ -56,7 +56,7 @@ let list_filter_i p =
filter_i_rec 0
let subst_command_placeholder s t =
- Str.global_replace (Str.regexp_string "%s") s t
+ Str.global_replace (Str.regexp_string "%s") t s
(* On win32, the home directory is probably not in $HOME, but in
some other environment variable *)