Skip to content

Commit b4a470d

Browse files
add prompt msg when old-dist does not exist
1 parent d0a328a commit b4a470d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ distPrefix=ColorEcho
77
table="color table.txt"
88

99
if [ ! -r "$distFolder/$distPrefix".bash ]; then
10+
echo "$distFolder$distPrefix".bash is not readable, fallback to use origin echo
1011
alias echo.Green='echo'
1112
alias echo.BoldYellow='echo'
1213
else

0 commit comments

Comments
 (0)