Honor return code from command-line functions.

(missed a spot in earlier commit 2e6e208a69)
This commit is contained in:
Fish-Git
2012-06-03 11:04:44 -07:00
parent 079924f438
commit b7b3ccc21e

View File

@@ -843,7 +843,7 @@ void *panel_command (void *cmdline)
free( cl );
}
#else /* !defined( OPTION_CONFIG_SYMBOLS ) */
HercCmdLine( cmd );
rc = HercCmdLine( cmd );
#endif /* defined( OPTION_CONFIG_SYMBOLS ) */
}
#if defined( OPTION_CMDTGT )