diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-04-15 10:37:07 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-04-15 10:37:07 -0400 |
commit | 080d2decb7e3aae1917de9d8a7d5089d74833d65 (patch) | |
tree | 5db494a7263b7f1738a9dc7b7d7390a02803a7db | |
parent | 608915e7ed511ac38546d4c3a22b453ba638dfc1 (diff) |
librefetch: add a comment
-rwxr-xr-x | src/librefetch/librefetchdir/libmakepkg/tidy/~source_date_epoch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librefetch/librefetchdir/libmakepkg/tidy/~source_date_epoch.sh b/src/librefetch/librefetchdir/libmakepkg/tidy/~source_date_epoch.sh index fec7686..9141d67 100755 --- a/src/librefetch/librefetchdir/libmakepkg/tidy/~source_date_epoch.sh +++ b/src/librefetch/librefetchdir/libmakepkg/tidy/~source_date_epoch.sh @@ -21,6 +21,9 @@ # You should have received a copy of the GNU General Public License # along with LibreFetch. If not, see <http://www.gnu.org/licenses/>. +# This filename starts with a ~ because it sorts after every other +# (printable) ASCII character, and we want this to run last. + [[ -n "$LIBMAKEPKG_TIDY_SOURCE_DATE_EPOCH_SH" ]] && return LIBMAKEPKG_TIDY_SOURCE_DATE_EPOCH_SH=1 |