diff options
Diffstat (limited to 'src/librefetch/librefetchdir/libmakepkg/tidy/~source_date_epoch.sh')
-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 |