]> git.ipfire.org Git - thirdparty/coreutils.git/commit
install: enhance error diagnostic when running strip fails
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 23 Oct 2025 07:33:22 +0000 (09:33 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 23 Oct 2025 20:37:16 +0000 (22:37 +0200)
commit8b60d7a5aa3ca3f23445edac107d792fc7f2828b
tree94fc2203a35dfdeffee334f9995fbdffc3a0d392
parent2213542e400e2008e02f1b18232e17a3d7ab112e
install: enhance error diagnostic when running strip fails

* src/install.c (strip): Mention explicitly that the strip program
failed in the case the user specified a custom strip program name.
src/install.c