Page MenuHomeFreeBSD

beinstall.sh: Check correct exit status
ClosedPublic

Authored by jrm on Dec 19 2022, 4:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 6:31 PM
Unknown Object (File)
Tue, Jan 14, 1:00 PM
Unknown Object (File)
Nov 17 2024, 8:14 PM
Unknown Object (File)
Nov 3 2024, 4:14 PM
Unknown Object (File)
Oct 17 2024, 2:34 AM
Unknown Object (File)
Sep 30 2024, 3:53 AM
Unknown Object (File)
Sep 22 2024, 6:46 PM
Unknown Object (File)
Sep 18 2024, 10:18 AM
Subscribers

Details

Summary

When retrieving the timestamp of the last commit using git-show(1), do
not pipe the output to head(1), otherwise the value in $? will be for
head(1) and not git-show(1).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable