Searched refs:UNAME_REL (Results 1 – 4 of 4) sorted by relevance
1146 UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`1148 echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL"1150 echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL"1164 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`1165 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL"1167 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`1175 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL"
1079 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`1081 echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}1083 echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}1097 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`1098 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL1100 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`1108 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1148 UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`1150 echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL"1152 echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL"1166 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`1167 echo "$UNAME_MACHINE"-pc-isc"$UNAME_REL"1169 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`1177 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL"
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...