]> git.ipfire.org Git - thirdparty/rsync.git/blame - shconfig.in
More tweaks for Actions.
[thirdparty/rsync.git] / shconfig.in
CommitLineData
d820215b
MP
1#! /bin/sh
2
3# config.sh.in
4
5# This file is processed by config.status to produce config.status,
6# containing autoconf-determined values needed by the test scripts.
7
8ECHO_T="@ECHO_T@"
9ECHO_N="@ECHO_N@"
10ECHO_C="@ECHO_C@"
439d5d89
WD
11HOST_OS="@host_os@"
12SHELL_PATH="@SHELL_PATH@"
13FAKEROOT_PATH="@FAKEROOT_PATH@"
d820215b 14
439d5d89 15export ECHO_T ECHO_N ECHO_C HOST_OS SHELL_PATH FAKEROOT_PATH