mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
309 B
Diff
11 lines
309 B
Diff
--- tests/scripts/functions.sh.orig 2023-02-28 13:34:33.000000000 +0000
|
|
+++ tests/scripts/functions.sh 2023-02-28 13:34:42.000000000 +0000
|
|
@@ -17,6 +17,6 @@
|
|
if [ -n "$STARTTIME" ]; then
|
|
now=`date +%s`
|
|
delta=`expr $now - $STARTTIME`
|
|
- date -u $DATEOPT$delta +%T
|
|
+ gdate -u $DATEOPT$delta +%T
|
|
fi
|
|
}
|