mirror of
https://github.com/darlinghq/darling-rsync.git
synced 2024-11-23 04:19:42 +00:00
13 lines
227 B
Bash
13 lines
227 B
Bash
#! /bin/sh
|
|
|
|
# config.sh.in
|
|
|
|
# This file is processed by config.status to produce config.status,
|
|
# containing autoconf-determined values needed by the test scripts.
|
|
|
|
ECHO_T=""
|
|
ECHO_N=""
|
|
ECHO_C="\c"
|
|
|
|
export ECHO_T ECHO_N ECHO_C
|