mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
aaargh
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
$project = `git config --get remote.origin.url | sed -e 's/\\/\$//' | sed -e 's/^.*\\///'`;
|
$project = `git config --get remote.origin.url | sed -e 's/\\/\$//' | sed -e 's/^.*\\///'`;
|
||||||
chomp $project;
|
chomp $project;
|
||||||
$poject =~ s/\.git$//;
|
$project =~ s/\.git$//;
|
||||||
die if $project eq "";
|
die if $project eq "";
|
||||||
|
|
||||||
$branch = `git branch | grep '^\*' | sed -e 's/^\* //'`; chomp $branch;
|
$branch = `git branch | grep '^\*' | sed -e 's/^\* //'`; chomp $branch;
|
||||||
|
Reference in New Issue
Block a user