mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
init.sh: remove symlink check on XBMK_CACHE
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -219,10 +219,6 @@ xbmk_parent_set_export()
|
|||||||
{
|
{
|
||||||
export XBMK_CACHE="$xbmkpwd/cache"
|
export XBMK_CACHE="$xbmkpwd/cache"
|
||||||
|
|
||||||
if [ -L "$XBMK_CACHE" ] && [ "$XBMK_CACHE" = "$xbmkpwd/cache" ]; then
|
|
||||||
err "cachedir '$xbmkpwd/cache' is a symlink" \
|
|
||||||
"xbmk_parent_set_export" "$@"
|
|
||||||
fi
|
|
||||||
if [ -e "$XBMK_CACHE" ] && [ ! -d "$XBMK_CACHE" ]; then
|
if [ -e "$XBMK_CACHE" ] && [ ! -d "$XBMK_CACHE" ]; then
|
||||||
err "cachedir '$XBMK_CACHE' is a file" \
|
err "cachedir '$XBMK_CACHE' is a file" \
|
||||||
"xbmk_parent_set_export" "$@"
|
"xbmk_parent_set_export" "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user