summaryrefslogtreecommitdiff
path: root/Ports/rsync
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/rsync
parentf9f571aa7f4aba696d70db77781ad6ec4f1a1f44 (diff)
downloadserenity-ec8577ac3c78266215cb928ebe4b62c6a495cbf1.zip
LibGfx+Ports: Add missing newlines at the end of file.
Diffstat (limited to 'Ports/rsync')
-rwxr-xr-xPorts/rsync/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/rsync/package.sh b/Ports/rsync/package.sh
index 9a8c265617..701ee831cc 100755
--- a/Ports/rsync/package.sh
+++ b/Ports/rsync/package.sh
@@ -4,4 +4,4 @@ version=3.1.3
useconfigure="true"
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc"
-configopts="--target=i686-pc-serenity" \ No newline at end of file
+configopts="--target=i686-pc-serenity"