summaryrefslogtreecommitdiff
path: root/Ports/grep
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2021-01-03 14:47:42 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-03 17:12:50 +0100
commitec8577ac3c78266215cb928ebe4b62c6a495cbf1 (patch)
tree2b4761d753446e5b5afa0d68b32d6247f83b3d98 /Ports/grep
parentf9f571aa7f4aba696d70db77781ad6ec4f1a1f44 (diff)
downloadserenity-ec8577ac3c78266215cb928ebe4b62c6a495cbf1.zip
LibGfx+Ports: Add missing newlines at the end of file.
Diffstat (limited to 'Ports/grep')
-rwxr-xr-xPorts/grep/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/grep/package.sh b/Ports/grep/package.sh
index aab2342bc2..62f2923c62 100755
--- a/Ports/grep/package.sh
+++ b/Ports/grep/package.sh
@@ -8,4 +8,4 @@ https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
useconfigure=true
configopts=--disable-perl-regexp
auth_type="sig"
-auth_opts="--keyring ./gnu-keyring.gpg grep-${version}.tar.gz.sig" \ No newline at end of file
+auth_opts="--keyring ./gnu-keyring.gpg grep-${version}.tar.gz.sig"