i can able to use the below command to change value of target by means of hard coding.
sed -ie s/^target=.*/target=google.com/ url.properties But if i used variable i am getting error. I dont know how sed commands all working. I only needed to set build system thats it.
url = google.com sed -ie s/^target=.*/target=$url/ url.properties the error is sed: -e expression #1, char 25: unterminated `s' command