diff --git a/dtool/src/attach/ctattch.pl b/dtool/src/attach/ctattch.pl index 82a39731d5..9d5c7cb658 100644 --- a/dtool/src/attach/ctattch.pl +++ b/dtool/src/attach/ctattch.pl @@ -239,11 +239,7 @@ sub CTAttachCompute { local( $loop ) ; local( $looptmp ) ; local( *INITFILE ) ; - if ( -x $init ) { - open( INITFILE, "$init $_[0] $_[1] $root |" ) ; - } else { - open( INITFILE, "< $init" ) ; - } + open( INITFILE, "< $init" ) ; while ( ) { s/\n$// ; @linesplit = split( /\#/ ) ;