Skip to content

Commit 4dd8314

Browse files
committed
installer/portable/mingit: really include the OpenSSL v1.0.2p DLLs
In d394990 (installer/portable/mingit: include the OpenSSL v1.0.2p DLLs, 2018-11-22), this developer tried to make sure that those legacy DLLs are included. But the path to the file listing said DLLs was incorrect, therefore that patch had not the desired effect. Let's fix this. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6d8ce0c commit 4dd8314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ then
4949
UTIL_PACKAGES="$UTIL_PACKAGES tmux libevent"
5050
fi
5151

52-
this_script_dir="$(cd "$(dirname "$0")")" ||
52+
this_script_dir="$(cd "$(dirname "$0")" && pwd -W)" ||
5353
die "Could not determine this script's dir"
5454

5555
pacman_list () {

0 commit comments

Comments
 (0)