inline-source (recode-3.7.4) | : | inline-source (recode-3.7.5) | ||
---|---|---|---|---|
#! /bin/sh | #! /bin/sh | |||
# Output the contents of a shell script with sourced files inlined. | # Output the contents of a shell script with sourced files inlined. | |||
# Written by Gary V. Vaughan, 2012 | # Written by Gary V. Vaughan, 2012 | |||
# This is free software. There is NO warranty; not even for | # This is free software. There is NO warranty; not even for | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
# | # | |||
# Copyright (C) 2012-2019 Bootstrap Authors | # Copyright (C) 2012-2017 Bootstrap Authors | |||
# | # | |||
# This file is dual licensed under the terms of the MIT license | # This file is dual licensed under the terms of the MIT license | |||
# <https://opensource.org/license/MIT>, and GPL version 3 or later | # <https://opensource.org/license/MIT>, and GPL version 3 or later | |||
# <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of | # <http://www.gnu.org/licenses/gpl-2.0.html>. You must apply one of | |||
# these licenses when using or redistributing this software or any of | # these licenses when using or redistributing this software or any of | |||
# the files within it. See the URLs above, or the file `LICENSE` | # the files within it. See the URLs above, or the file `LICENSE` | |||
# included in the Bootstrap distribution for the full license texts. | # included in the Bootstrap distribution for the full license texts. | |||
# Please report bugs or propose patches to: | # Please report bugs or propose patches to: | |||
# <https://github.com/gnulib-modules/bootstrap/issues> | # <https://github.com/gnulib-modules/bootstrap/issues> | |||
# Source required external libraries: | # Source required external libraries: | |||
. `echo "$0" |${SED-sed} 's|[^/]*$||'`"funclib.sh" | . `echo "$0" |${SED-sed} 's|[^/]*$||'`"funclib.sh" | |||
. `echo "$0" |${SED-sed} 's|[^/]*$||'`"options-parser" | . `echo "$0" |${SED-sed} 's|[^/]*$||'`"options-parser" | |||
# Set a version string for *this* script. | # Set a version string for *this* script. | |||
scriptversion=2019-02-19.15; # UTC | scriptversion=2016-02-21.11; # UTC | |||
## ------ ## | ## ------ ## | |||
## Usage. ## | ## Usage. ## | |||
## ------ ## | ## ------ ## | |||
# Run 'build-aux/inline-source --help' for help with using this script | # Run 'build-aux/inline-source --help' for help with using this script | |||
# from the command line. | # from the command line. | |||
# Recursively scan through a FILE passed on the command line, replacing | # Recursively scan through a FILE passed on the command line, replacing | |||
# either of the following: | # either of the following: | |||
skipping to change at line 153 | skipping to change at line 153 | |||
} | } | |||
func_include "$1" | func_include "$1" | |||
exit 0 | exit 0 | |||
# Local variables: | # Local variables: | |||
# mode: shell-script | # mode: shell-script | |||
# sh-indentation: 2 | # sh-indentation: 2 | |||
# eval: (add-hook 'before-save-hook 'time-stamp) | # eval: (add-hook 'before-save-hook 'time-stamp) | |||
# time-stamp-pattern: "30/scriptversion=%:y-%02m-%02d.%02H; # UTC" | # time-stamp-pattern: "20/scriptversion=%:y-%02m-%02d.%02H; # UTC" | |||
# time-stamp-time-zone: "UTC" | # time-stamp-time-zone: "UTC" | |||
# End: | # End: | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |