Skip to content

Commit 95b7892

Browse files
committed
sdk-installer: use consistent continuation lines
Even if we're in a quoted text, where continuation lines are not strictly necessary, it is a good practice to indicate clearly the intent. So we do that now, consistently. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 8a6315e commit 95b7892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-installer/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ fileList="etc/nsswitch.conf \
7878
usr/bin/pacman.exe \
7979
usr/bin/curl.exe \
8080
usr/bin/gpg.exe \
81-
$(dlls_for_exes /usr/bin/gpg.exe /usr/bin/curl.exe)
81+
$(dlls_for_exes /usr/bin/gpg.exe /usr/bin/curl.exe) \
8282
usr/ssl/certs/ca-bundle.crt \
83-
var/lib/pacman
83+
var/lib/pacman \
8484
$FAKEROOTDIR/setup-git-sdk.bat $FAKEROOTDIR/etc $FAKEROOTDIR/usr"
8585

8686
type 7za ||

0 commit comments

Comments
 (0)