fixed few minor issues
This commit is contained in:
@@ -106,7 +106,7 @@ prnt()
|
||||
;;
|
||||
"W")
|
||||
local heads="[${IYellow}Warning${DEFAULTFG}]"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
"E")
|
||||
local heads="[ ${IRed}ERROR${DEFAULTFG} ]"
|
||||
@@ -148,8 +148,7 @@ export -f separator
|
||||
dsleep()
|
||||
{
|
||||
i=$1
|
||||
while test $i -gt 0
|
||||
do
|
||||
while test $i -gt 0; do
|
||||
if [[ -n $2 ]]; then
|
||||
echo -n "$2"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user