~showard314/ubuntu/karmic/r-base/remove_start_comments

1
2
3
4
#! /bin/sh

expression="^ *${1} *= *"
grep "${expression}" ${2-Makefile} | sed "s/${expression}//"