Browse Source

programs/dtappintegrate: make PATH include /bin.

Without this, we fail without the /usr merge because 'date' is
unavailable.
Isaac Dunham 9 years ago
parent
commit
87d863b8a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cde/programs/dtappintegrate/dtappintegrate.src

+ 1 - 1
cde/programs/dtappintegrate/dtappintegrate.src

@@ -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.