Fixed find alt script.

This commit is contained in:
Tomas Lindquist Olsen
2009-03-01 22:40:15 +01:00
parent 5275ac0db4
commit 100815c097

View File

@@ -1,8 +1,8 @@
#!/bin/sh
#!/bin/bash
HOST_TARGET=$1
[ "$HOST_TARGET" == "" ] && exit 1
[ "$HOST_TARGET" = "" ] && exit 1
REST=`echo $HOST_TARGET | sed -e 's/[a-zA-Z0-9_]*\(\-.*\)/\1/'`
X86=`echo $HOST_TARGET | sed -e 's/\(i[3-9]86\)\-.*/\1/'`