diff options
author | Emanuele Torre <torreemanuele6@gmail.com> | 2021-01-03 14:47:42 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-03 17:12:50 +0100 |
commit | ec8577ac3c78266215cb928ebe4b62c6a495cbf1 (patch) | |
tree | 2b4761d753446e5b5afa0d68b32d6247f83b3d98 /Ports/sed | |
parent | f9f571aa7f4aba696d70db77781ad6ec4f1a1f44 (diff) | |
download | serenity-ec8577ac3c78266215cb928ebe4b62c6a495cbf1.zip |
LibGfx+Ports: Add missing newlines at the end of file.
Diffstat (limited to 'Ports/sed')
-rwxr-xr-x | Ports/sed/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/sed/package.sh b/Ports/sed/package.sh index ab89987f8c..3b934cd531 100755 --- a/Ports/sed/package.sh +++ b/Ports/sed/package.sh @@ -7,4 +7,4 @@ http://ftp.gnu.org/gnu/sed/sed-${version}.tar.bz2.sig sed-${version}.tar.bz2.sig https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg" auth_type="sig" -auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig"
\ No newline at end of file +auth_opts="--keyring ./gnu-keyring.gpg sed-${version}.tar.bz2.sig" |