[gentoo-x86] / app-shells / sandboxshell / files / sandboxshell.conf Project Root:

GentooDiff of /app-shells/sandboxshell/files/sandboxshell.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.5, Sun Nov 20 07:54:10 2005 UTC version 1.6, Sun Nov 20 10:57:15 2005 UTC
Line 31 
Line 31 
                 read env                  read env
                 sbs_PREPWD=${PWD}                  sbs_PREPWD=${PWD}
                 if [[ ${env} == "y" ]] ; then                  if [[ ${env} == "y" ]] ; then
                         # First try to source variables and export them ...                          set -a
                         eval $(sed -e '/^[[:alnum:]_-]*=/s:^:export :' -e '/^[[:alnum:]_-]* ()/Q' "${sbs_tmpenvfile}") 2>/dev/null  
                         # Then grab everything (including functions)  
                         source "${sbs_tmpenvfile}" 2> /dev/null                          source "${sbs_tmpenvfile}" 2> /dev/null
                           set +a
                         export SANDBOX_WRITE=${SANDBOX_WRITE}:${sbs_pdir}${sbs_bdir}:${sbs_pdir}/homedir                          export SANDBOX_WRITE=${SANDBOX_WRITE}:${sbs_pdir}${sbs_bdir}:${sbs_pdir}/homedir
                 fi                  fi
                 PWD=${sbs_PREPWD}                  PWD=${sbs_PREPWD}

Generate output suitable for use with a patch program
Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help