programs/dtappintegrate: make PATH include /bin.
Without this, we fail without the /usr merge because 'date' is unavailable.
This commit is contained in:
committed by
Jon Trulson
parent
2c4cdb5edf
commit
87d863b8a4
@@ -301,7 +301,7 @@ APPMAN_FILES="(*)"
|
|||||||
|
|
||||||
ID=$(id)
|
ID=$(id)
|
||||||
LOGFILE=$(mktemp /tmp/dtappint.logXXXXXXXXXXXXXXXX)
|
LOGFILE=$(mktemp /tmp/dtappint.logXXXXXXXXXXXXXXXX)
|
||||||
PATH=CDE_INSTALLATION_TOP/bin:/usr/bin
|
PATH=CDE_INSTALLATION_TOP/bin:/usr/bin:/bin
|
||||||
|
|
||||||
XCOMM -------------------------------------------------------------------
|
XCOMM -------------------------------------------------------------------
|
||||||
XCOMM Save application's name in variable.
|
XCOMM Save application's name in variable.
|
||||||
|
|||||||
Reference in New Issue
Block a user