blob: 4cdbce1b3e792c55ea3bcbfd7cc85c2584053947 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
######################################################################
# $RCSfile$ - $Revision$
# Copyright 2012 AT&T Intellectual Property. All rights reserved.
######################################################################
exec sh -x ../../common/install.sh
|