Skip to content

Commit b625c87

Browse files
more
1 parent d2c4db0 commit b625c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-setup-sdl2-work.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ url="https://github.com/wcp16/dosbox-xe.git"
33
branch="dosbox-sdl2-upstream"
44
git remote add "$branch" "$url" || git remote set-url "$branch" "$url" || exit 1
55
git fetch "$branch" || exit 1
6-
git checkout -t "remotes/origin/master-sdl2" || git checkout -t "master-sdl2" || exit 1
6+
git checkout -t "remotes/origin/master-sdl2" || git checkout "master-sdl2" || exit 1
77

0 commit comments

Comments
 (0)