mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-04 05:19:58 +03:00
Ports: Add missing ' after timestamp in GCC patch (#1004)
Looks like this got missed, maybe a messy `git add --patch` job? It caused packaging of the gcc port to fail.
This commit is contained in:
parent
790eaab6f5
commit
587b80bf0f
Notes:
sideshowbarker
2024-07-19 10:24:38 +09:00
Author: https://github.com/elodotwe 🔰 Commit: https://github.com/SerenityOS/serenity/commit/587b80bf0f1 Pull-request: https://github.com/SerenityOS/serenity/pull/1004
@ -7,7 +7,7 @@ index 75bb6a313..da281fb48 100755
|
||||
# Copyright 1992-2019 Free Software Foundation, Inc.
|
||||
|
||||
-timestamp='2019-01-01'
|
||||
+timestamp='2020-01-01
|
||||
+timestamp='2020-01-02'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
|
Loading…
Reference in New Issue
Block a user