# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/sge/hotfix.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- gridengine/source/dist/util/arch.fixed 2005-10-19 21:07:47.000000000 +0200 +++ gridengine/source/dist/util/arch 2005-10-19 21:07:58.000000000 +0200 @@ -45,9 +45,9 @@ PATH=/bin:/usr/bin:/usr/sbin -ARCH=UNKNOWN +ARCH=glinux -if [ -x /bin/uname ]; then +if [ -x /bin/unameX ]; then os="`/bin/uname -s`" ht="`/bin/uname -m`" osht="$os,$ht"