Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

13
cde/programs/dtksh/xmdtksh.rc Executable file
View 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