Skip to content

Commit 188e29c

Browse files
committed
Fix get_dlc_dangerously
1 parent 0c75b1b commit 188e29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_dlc_dangerously

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
. `dirname "$0"`/Tools/platform.sh
4-
if test -f "Tools/$KORE_PLATFORM/icon.png"; then
4+
if test -f `dirname "$0"`"/Tools/$KORE_PLATFORM/icon.png"; then
55
git -C `dirname "$0"` submodule update --remote --merge "Tools/$KORE_PLATFORM"
66
else
77
git -C `dirname "$0"` submodule update --init --remote "Tools/$KORE_PLATFORM"

0 commit comments

Comments
 (0)