7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
# (C) Martin V\"ath <martin at mvath.de>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
[ "`type -t BashrcdMain`" = function ] || \
|
|
. "${PORTAGE_CONFIGROOT%/}/etc/portage/bashrc.d/bashrcd.sh"
|
|
BashrcdMain "$@"
|