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