Skip to content

Commit

Permalink
per the cp/m 2.2 spec always uppercase the command tail
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Feb 3, 2025
1 parent b1f1325 commit a37c3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntvcm.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3017,6 +3017,7 @@ int main( int argc, char * argv[] )

strcat( pCommandTail, " " );
strcat( pCommandTail, parg );
strupr( pCommandTail );
}

if ( 0 == pcCOM && ( '-' == c
Expand Down

0 comments on commit a37c3fa

Please sign in to comment.