You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/icmake/files/icmake-9.02.02-verbose-buil...

12 lines
141 B

--- icmake/bootstrap/functions
+++ icmake/bootstrap/functions
@@ -2,7 +2,7 @@
try()
{
- # echo $*
+ echo $*
$* || exit 1
}