diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-05 20:42:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-05 20:42:02 -0800 |
commit | a459a33936a9b71d8dbc147d82c00eef3354cfeb (patch) | |
tree | 63ec3fa71b717b06431fcdc4cbacba64c54b116f /scripts/functions | |
parent | df7579f2050379e14dbaaa25dd9219e03a142099 (diff) | |
parent | df68f203b4e7087beffb3a91dbae9278abd91c1c (diff) | |
download | crosstool-ng-a459a33936a9b71d8dbc147d82c00eef3354cfeb.tar.gz crosstool-ng-a459a33936a9b71d8dbc147d82c00eef3354cfeb.tar.bz2 crosstool-ng-a459a33936a9b71d8dbc147d82c00eef3354cfeb.zip |
Merge pull request #574 from stilor/uclibc-obstack
3 unrelated uClibc changes, see individual commits
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/functions b/scripts/functions index 9489f186..9f852b39 100644 --- a/scripts/functions +++ b/scripts/functions @@ -585,14 +585,6 @@ CT_DoForceRmdir() { done } -# Echoes the specified string on stdout until the pipe breaks. -# Doesn't fail -# $1: string to echo -# Usage: CT_DoYes "" |make oldconfig -CT_DoYes() { - yes "$1" || true -} - # Add the specified directory to LD_LIBRARY_PATH, and export it # If the specified patch is already present, just export # $1: path to add |