1#!/bin/sh
2
3. $1
4common_dlname=$dlname
5
6exec sed -e "s,@COMMON_DLNAME\@,${common_dlname},g"
7