5 lines
95 B
Tcsh
5 lines
95 B
Tcsh
|
|
if ( "$path" !~ */usr/lib/qtchooser* ) then
|
|
set path = ( /usr/lib/qtchooser $path )
|
|
endif
|