OSNAME purging

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1780 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-05-15 22:51:56 +00:00
parent 5becd454a7
commit 22272e3806
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -708,7 +708,7 @@ set_host_system() {
case "$BUILD_HOST" in
*-*-*)
HOST_SYSTEM="${BUILD_HOST#*-}"
HOST_SYSTEM="${OSNAME%-*}"
HOST_SYSTEM="${HOST_SYSTEM%-*}"
;;
esac