Explorar el Código

programs/dtappintegrate: make PATH include /bin.

Without this, we fail without the /usr merge because 'date' is
unavailable.
Isaac Dunham hace 9 años
padre
commit
87d863b8a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.