mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
8 lines
253 B
Text
8 lines
253 B
Text
# This file is in public domain.
|
|
# Original author: Karlson2k (Evgeny Grin)
|
|
# Written for MSys2 to help running 'configure' scripts
|
|
|
|
# Use correct config.site file even if CONFIG_SITE is not set
|
|
if test -r /etc/config.site; then
|
|
. /etc/config.site
|
|
fi
|