Skip to content

Commit

Permalink
Merge pull request shellphish#86 from glslang/script_fixes
Browse files Browse the repository at this point in the history
refer to remotes and small typo fix
  • Loading branch information
m1ghtym0 authored Oct 11, 2018
2 parents 6f54096 + e3cf564 commit 61e673f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glibc_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ else
fi

# Checkout release
git rev-parse --verify --quiet "release/$1/master"
git rev-parse --verify --quiet "refs/remotes/origin/release/$1/master"
if [[ $? != 0 ]]; then
echo "Error: Glib version does not seem to exists"
echo "Error: Glibc version does not seem to exists"
exit 1
fi

Expand Down

0 comments on commit 61e673f

Please sign in to comment.