One less line printed out in the batch mode.

This commit is contained in:
Alan Mishchenko 2022-05-18 10:42:37 -07:00
parent 3d19d411b2
commit 67247b7209
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void Abc_UtilsPrintUsage( Abc_Frame_t * pAbc, char * ProgName )
void Abc_UtilsSource( Abc_Frame_t * pAbc )
{
#ifdef WIN32
if ( Cmd_CommandExecute(pAbc, "source abc.rc") )
if ( Cmd_CommandExecute(pAbc, "source -s abc.rc") )
{
if ( Cmd_CommandExecute(pAbc, "source ..\\abc.rc") == 0 )
printf( "Loaded \"abc.rc\" from the parent directory.\n" );