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