Parcourir la source

Remove Makefile escaping

Kevin van Zonneveld il y a 9 ans
Parent
commit
3b5d315fa5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/web-deploy

+ 1 - 1
bin/web-deploy

@@ -35,7 +35,7 @@ echo 'This branch is just a deploy target. Do not edit. You changes will be lost
 
 
 (cd /tmp/deploy-${ghpages_repo} \
 (cd /tmp/deploy-${ghpages_repo} \
   && git init && git checkout -B ${ghpages_branch} && git add --all . \
   && git init && git checkout -B ${ghpages_branch} && git add --all . \
-  && git commit -nm "Update ${ghpages_repo} website by $${USER}" \
+  && git commit -nm "Update ${ghpages_repo} website by ${USER}" \
   && (git remote add origin ${ghpages_url}|| true)  \
   && (git remote add origin ${ghpages_url}|| true)  \
   && git push origin ${ghpages_branch}:refs/heads/${ghpages_branch} --force) > /dev/null
   && git push origin ${ghpages_branch}:refs/heads/${ghpages_branch} --force) > /dev/null