Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
tcsh
tcsh-6.15.00-fullpath.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tcsh-6.15.00-fullpath.dif of Package tcsh
--- tw.parse.c +++ tw.parse.c 2008-11-26 17:52:07.190195106 +0000 @@ -347,9 +347,19 @@ tenematch(Char *inputline, int num_read, goto end; } } + Strbuf_append(&wordbuf, qline.s + wordp); Strbuf_terminate(&wordbuf); cleanup_push(&wordbuf, Strbuf_cleanup); + + if ((looking == TW_COMMAND) && (*wordbuf.s == '/')) { + if (executable((Char*)0, wordbuf.s, 0)) { + cleanup_until(&wordbuf); + search_ret = 0; + goto end; + } + } + search_ret = spell_me(&wordbuf, looking, pat, suf); qline.len = wordp; Strbuf_append(&qline, wordbuf.s);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor