Commit 67247b72 by Alan Mishchenko

One less line printed out in the batch mode.

parent 3d19d411
...@@ -160,7 +160,7 @@ void Abc_UtilsPrintUsage( Abc_Frame_t * pAbc, char * ProgName ) ...@@ -160,7 +160,7 @@ void Abc_UtilsPrintUsage( Abc_Frame_t * pAbc, char * ProgName )
void Abc_UtilsSource( Abc_Frame_t * pAbc ) void Abc_UtilsSource( Abc_Frame_t * pAbc )
{ {
#ifdef WIN32 #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 ) if ( Cmd_CommandExecute(pAbc, "source ..\\abc.rc") == 0 )
printf( "Loaded \"abc.rc\" from the parent directory.\n" ); printf( "Loaded \"abc.rc\" from the parent directory.\n" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment