We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef269dc commit 277f596Copy full SHA for 277f596
generator.sh
@@ -8,7 +8,7 @@ distPrefix="ColorEcho"
8
table="color table.txt"
9
10
if [ ! -r "${distFolder}/${distPrefix}.bash" ] || [ ! -s "${distFolder}/${distPrefix}.bash" ]; then
11
- echo "${distFolder}${distPrefix}.bash" is not readable, fallback to use origin echo
+ echo "${distFolder}/${distPrefix}.bash" is not readable, fallback to use origin echo
12
alias echo.BoldRed='echo'
13
alias echo.BoldGreen='echo'
14
alias echo.BoldYellow='echo'
0 commit comments