definition of overlay types moved to libpmodule.bash

This commit is contained in:
2022-05-23 23:49:21 +02:00
parent 454ae6ec15
commit 2e131c1f2a
2 changed files with 7 additions and 5 deletions
-4
View File
@@ -44,10 +44,6 @@ else
declare -r modulecmd="${libexecdir}/modulecmd.bin"
fi
declare -r ol_normal='n'
declare -r ol_hiding='h'
declare -r ol_replacing='r'
declare verbosity_lvl=${PMODULES_VERBOSITY:-'verbose'}
declare Shell=''