FS#16615 - [pkgtools] Give better not-found hook output when pkgfile returns no results.
Attached to Project:
Community Packages
Opened by Gavin Bisesi (Daenyth) - Tuesday, 13 October 2009, 14:35 GMT
Last edited by Gavin Bisesi (Daenyth) - Sunday, 18 October 2009, 23:46 GMT
Opened by Gavin Bisesi (Daenyth) - Tuesday, 13 October 2009, 14:35 GMT
Last edited by Gavin Bisesi (Daenyth) - Sunday, 18 October 2009, 23:46 GMT
|
Details
Need to check if bash will take control back if I return 1
from the not found function.
|
This task depends upon
Closed by Gavin Bisesi (Daenyth)
Sunday, 18 October 2009, 23:46 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with commit cd70fc6
Sunday, 18 October 2009, 23:46 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with commit cd70fc6

Doing a "return 1" doesn't make bash take it back, nor does return
127 (the normal code for command not found.)