File: lib-arch.sh

package info (click to toggle)
liborigin 20080225-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 787
  • sloc: cpp: 5,242; makefile: 47; sh: 23
file content (7 lines) | stat: -rwxr-xr-x 79 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/bash

if [ `arch` == "x86_64" ]; then
	echo "lib64"
else
	echo "lib"
fi