]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/prop-set.sh
Missing properties added, prop-set.sh imroved
[mailer.git] / DOCS / prop-set.sh
index 41f78695e135d5a02b55f67260fc67382b26ecaf..4188bd5ad97fbab8fc64ddb98337a2ff1233a55f 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/sh
 
 find -type f -name "*.php" -exec svn propset svn:keywords "Author Id Revision HeadURL Date Tag" {} \;
-cd inc/phpmailer/
-find -type f -name "*.php" -exec svn propdel svn:keywords {} \;
-cd -
+find inc/phpmailer/ -type f -name "*.php" -exec svn propdel svn:keywords {} \;