Consultor Eletrônico



Kbase P144037: Progress scripts break using bash shell with rPATH Linux
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/04/2009
Status: Unverified

SYMPTOM(s):

Progress scripts break using bash shell with rPATH Linux.

$DLC does not get set in the Progress scripts.

FACT(s) (Environment):

Using bash shell
OpenEdge 10.x
rPATH Linux release 1

CAUSE:

The line in the Progress scripts that sets Progress does not work using bash shell
DLC=${DLC-<Progress Installation Directory>};export DLC

FIX:

Don't use bash shell use sh shell instead