Skip to content

Commit

Permalink
Fix get_dlc_dangerously
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 23, 2025
1 parent 0c75b1b commit 188e29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_dlc_dangerously
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

. `dirname "$0"`/Tools/platform.sh
if test -f "Tools/$KORE_PLATFORM/icon.png"; then
if test -f `dirname "$0"`"/Tools/$KORE_PLATFORM/icon.png"; then
git -C `dirname "$0"` submodule update --remote --merge "Tools/$KORE_PLATFORM"
else
git -C `dirname "$0"` submodule update --init --remote "Tools/$KORE_PLATFORM"
Expand Down

0 comments on commit 188e29c

Please sign in to comment.