mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
rm obsolete /usr/5bin paths (Solaris patch 130-CR7019368)
This change is pulled from here: https://github.com/oracle/solaris-userland/blob/master/components/ksh93/patches/130-CR7019368.patch
This commit is contained in:
parent
bae02c39b6
commit
744e68e7be
4 changed files with 4 additions and 4 deletions
|
@ -1379,7 +1379,7 @@ esac
|
|||
export COLUMNS=80
|
||||
SOURCE=$PWD
|
||||
PATH=$SOURCE:${PATH#?(.):}
|
||||
PATH=${PATH%%:?(.)}:/usr/5bin:/bin:/usr/bin
|
||||
PATH=${PATH%%:?(.)}:/bin:/usr/bin
|
||||
UNIT=$1
|
||||
shift
|
||||
if [[ -f $UNIT && ! -x $UNIT ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue