Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed

darcs-hash:20051203164356-ac50b-1b1818db2698eab9ae765a5af1e259bce3ab37e7.gz
This commit is contained in:
axel
2005-12-04 02:43:56 +10:00
parent e2ebc0e443
commit 9b4c34aa4c
9 changed files with 218 additions and 75 deletions

2
exec.c
View File

@@ -1201,7 +1201,7 @@ int exec_subshell( const wchar_t *cmd,
if( !cmd )
{
debug( 1,
L"Sent null command to subshell. This is a fish bug. If it can be reproduced, please send a bug report to %ls",
L"Sent null command to subshell. This is a fish bug. If it can be reproduced, please send a bug report to %s",
PACKAGE_BUGREPORT );
return 0;
}