mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-29 10:24:11 +01:00
Do not unset SBOPKG_CONF at startup.
SBOPKG_CONF shouldn't be unset at startup, because we want to be able to override the default config file name with it. Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
7fabdd8f97
commit
3d98703b9d
1 changed files with 1 additions and 1 deletions
|
@ -3313,7 +3313,7 @@ unset BUILDPKGS # TODO
|
|||
unset INSTALLPKGS # TODO
|
||||
unset BUILDOPTIONS # TODO
|
||||
unset SBOPKG_RENAMES # File tracking package renames inside SBo
|
||||
unset SBOPKG_CONF # Configuration file
|
||||
# SBOPKG_CONF # Configuration file
|
||||
unset LOCALREPO # Directory containing all repository mirrors
|
||||
unset CWD # sbopkg starting directory
|
||||
unset SLACKVER # Currently active SBo repository
|
||||
|
|
Loading…
Reference in a new issue