Skip to content

Commit

Permalink
Merge pull request #3 from mineadmin/2.0-dev
Browse files Browse the repository at this point in the history
fix: split script
  • Loading branch information
zds-s authored Jan 21, 2024
2 parents f93dd9a + be355ba commit 4d4b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/split-linux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
set -x
CURRENT_BRANCH="2.0"
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
BASEPATH=$(cd `dirname $0`; cd ../src/; pwd)
REPOS=$@
function split()
Expand Down

0 comments on commit 4d4b6a8

Please sign in to comment.