commit
41e00d5618
@ -188,6 +188,9 @@ if [ $? -ne 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# on macOS the built-in echo does not support -n, use /bin/echo instead
|
||||||
|
if [ "$MACPEAS" ] ; then alias echo=/bin/echo ; fi
|
||||||
|
|
||||||
print_title(){
|
print_title(){
|
||||||
if [ "$DEBUG" ]; then
|
if [ "$DEBUG" ]; then
|
||||||
END_T1_TIME=$(date +%s 2>/dev/null)
|
END_T1_TIME=$(date +%s 2>/dev/null)
|
||||||
|
Loading…
Reference in New Issue
Block a user