Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
13
cde/programs/dtksh/xmdtksh.rc
Executable file
13
cde/programs/dtksh/xmdtksh.rc
Executable file
@@ -0,0 +1,13 @@
|
||||
if [ "$_HOLDENV_" ]
|
||||
then
|
||||
ENV=$_HOLDENV_
|
||||
. $ENV
|
||||
else
|
||||
unset ENV
|
||||
fi
|
||||
unset _HOLDENV_
|
||||
if [ ! "$DTKSHPS1" ]
|
||||
then DTKSHPS1="[DTKSH] $PS1" export DTKSHPS1
|
||||
fi
|
||||
PS1="$DTKSHPS1"
|
||||
call dtk_libinit
|
||||
Reference in New Issue
Block a user