1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

programs/dtappintegrate: make PATH include /bin.

Without this, we fail without the /usr merge because 'date' is
unavailable.
This commit is contained in:
Isaac Dunham 2015-06-14 21:17:30 -07:00 committed by Jon Trulson
parent 2c4cdb5edf
commit 87d863b8a4

View file

@ -301,7 +301,7 @@ APPMAN_FILES="(*)"
ID=$(id)
LOGFILE=$(mktemp /tmp/dtappint.logXXXXXXXXXXXXXXXX)
PATH=CDE_INSTALLATION_TOP/bin:/usr/bin
PATH=CDE_INSTALLATION_TOP/bin:/usr/bin:/bin
XCOMM -------------------------------------------------------------------
XCOMM Save application's name in variable.