File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
prompt_changes () {
7
7
bold_arrow; echo " Editing $IO_COMMIT "
8
- bold_arrow; echo -e " Remember to test your changes with: \e [1;36mcargo build\e [0m"
8
+ bold_arrow; echo -e " Remember to test your changes with: \033 [1;36mcargo build\033 [0m"
9
9
10
10
local MAIN_GIT_DIR=" $GIT_DIR "
11
11
local GIT_DIR=./.git CORE_IO_COMMIT=$IO_COMMIT
@@ -18,9 +18,9 @@ prompt_changes() {
18
18
patch -s -p1 < $PATCH_DIR /$IO_COMMIT .patch
19
19
git commit -a -m " existing patch for $IO_COMMIT " > /dev/null
20
20
21
- bold_arrow; echo -e " Applying patch from \e [1;36m$TMP_PATCH \e [0m"
21
+ bold_arrow; echo -e " Applying patch from \033 [1;36m$TMP_PATCH \033 [0m"
22
22
patch -p1 < $TMP_PATCH || true
23
- bold_arrow; echo -e " Make your changes now (\e [1;36mctrl-D\e [0m when finished)"
23
+ bold_arrow; echo -e " Make your changes now (\033 [1;36mctrl-D\033 [0m when finished)"
24
24
bash_diff_loop " No changes were made"
25
25
bold_arrow; echo " Replacing $IO_COMMIT .patch with updated version"
26
26
git diff > $TMP_PATCH
You can’t perform that action at this time.
0 commit comments