Skip to content

Commit 6b5509d

Browse files
committed
README: porting notice for older bash.
1 parent e3ac2df commit 6b5509d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ fi
108108
Porting
109109
-------
110110
111-
112111
The master branch of this repo can be easily ported to other platforms
113-
with bash and an echo with -e flag.
112+
with bash and an echo with -e flag. For earlier bash without `\e` escaping,
113+
perform `sed -i -e 's@\\e@\\33@g' **` on the tree.
114114
115-
If you use BSD coreutils, just change `ls --color=auto` to `ls -G`.
115+
If you use BSD coreutils, change `ls --color=auto` to `ls -G`.
116116
117117
If you use OS X or wants to make an OS X distribution, you had better include
118118
the workaround mentioned in
119-
[#3](https://github.com/AOSC-Dev/BASH_PS1_MISC/issues/3),
119+
[#3](https://github.com/AOSC-Dev/bash-config/issues/3),
120120
in order to avoid "Please install XCode Developer Tools"
121121
from appearing too many times.
122122

0 commit comments

Comments
 (0)