Skip to content

Commit 932f2ea

Browse files
committed
Useless use of cat award
1 parent 65f633f commit 932f2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ vm_detect_2nd_stage() {
662662
# set date to build start on broken systems (now < build start)
663663
if test $(date '+%s') -lt $(date -r /.build/.date '+%s') ; then
664664
echo -n "WARNING: system has a broken clock, setting it to a newer time: "
665-
date -s `cat /.build/.date`
665+
date -s $(</.build/.date)
666666
fi
667667

668668
# Enable Core dump generation

0 commit comments

Comments
 (0)