mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
6 lines
127 B
Tcsh
6 lines
127 B
Tcsh
#!/bin/csh
|
|
|
|
setenv PATH "${PATH}:/usr/heimdal/bin"
|
|
if ( x"$uid" == x"0" ) then
|
|
setenv PATH "${PATH}:/usr/heimdal/sbin"
|
|
endif
|