Opened 6 years ago
Closed 6 years ago
#5941 closed defect (fixed)
drm4g_init.sh overwrites the DRM4G_DIR environment variable
Reported by: | minondoa | Owned by: | carlos |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | DRM4G | Keywords: | drm4g, configuration file |
Cc: |
Description
If you define the environment variable DRM4G_DIR defining where you want your directory for a non-default local configuration path,
$ export DRM4G_DIR=/other/path/local/conf
and then execute source drm4G_init.sh, it will be overwritten.
Change History (3)
comment:1 Changed 6 years ago by minondoa
comment:2 Changed 6 years ago by carlos
- Owner set to carlos
- Status changed from new to assigned
comment:3 Changed 6 years ago by carlos
- Resolution set to fixed
- Status changed from assigned to closed
To avoid that problem, DRM4G_DIR variable is no longer configured/used in the drm4g_init.sh file.
Note: See
TracTickets for help on using
tickets.
To overcome this problem, you have to execute the source command and then export the variable.