mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-12-04 11:20:35 -08:00
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
# 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
|