forked from Mirrors/freeswitch
make color more portable
This commit is contained in:
parent
159f577b7f
commit
0c1f6ef2ed
|
@ -19,10 +19,11 @@ files=`ls *.dylib *.so 2>/dev/null`
|
||||||
cd $here
|
cd $here
|
||||||
|
|
||||||
alert() {
|
alert() {
|
||||||
|
on='[01;00;35m'
|
||||||
/bin/echo -ne "\e[00;35m"
|
off='[0m'
|
||||||
|
echo -n $on
|
||||||
echo WARNING: $1
|
echo WARNING: $1
|
||||||
/bin/echo -ne '\e[00m'
|
echo -n $off
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in $files ; do
|
for i in $files ; do
|
||||||
|
|
Loading…
Reference in New Issue