Skip to content

Commit 277f596

Browse files
Fix prompt message, missing "/" at the beginning
cc b4a470d
1 parent ef269dc commit 277f596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ distPrefix="ColorEcho"
88
table="color table.txt"
99

1010
if [ ! -r "${distFolder}/${distPrefix}.bash" ] || [ ! -s "${distFolder}/${distPrefix}.bash" ]; then
11-
echo "${distFolder}${distPrefix}.bash" is not readable, fallback to use origin echo
11+
echo "${distFolder}/${distPrefix}.bash" is not readable, fallback to use origin echo
1212
alias echo.BoldRed='echo'
1313
alias echo.BoldGreen='echo'
1414
alias echo.BoldYellow='echo'

0 commit comments

Comments
 (0)