get the arch string - i.e. x86_64 or i386 - using arch, as uname -i now returns ...
[build.git] / getdistro.sh
1 #!/bin/bash
2
3 . $(dirname $0)/build.common
4
5 echo $pl_DISTRO
6