Skip to content
Snippets Groups Projects
Commit 9406cc89 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

make better check on valid architecture

git-svn-id: http://root.cern.ch/svn/root/trunk@22 27541ba8-7e3a-0410-8455-c3a389f83636
parent e3070186
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ if [ $# -lt 1 ] ; then
else
case $1 in
-h|--help) confhelp ; exit 0 ;;
*) if `grep "^$1" $ARCHS >/dev/null 2>&1` ; then
*) if `grep "^$1 " $ARCHS >/dev/null 2>&1` ; then
arch=$1
echo "Configuring for $arch"
shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment