diff options
| author | Lynn <homlean@gmail.com> | 2015-12-16 12:45:09 +0800 |
|---|---|---|
| committer | Lynn <homlean@gmail.com> | 2015-12-16 12:45:09 +0800 |
| commit | c64adc9428939ce66d13702854d7cbcdde70e792 (patch) | |
| tree | 0e9776dfb4c898ac011bd72b753aad878d9eaaa3 | |
| parent | 3ed5e54a19ac1990583b269334195a93ac90154e (diff) | |
| download | php-git-c64adc9428939ce66d13702854d7cbcdde70e792.tar.gz | |
Remove trailing spaces
| -rwxr-xr-x | ext/ext_skel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ext_skel b/ext/ext_skel index a1c64640ae..f5b9b2578d 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -299,12 +299,12 @@ if test -n "$proto"; then warning=" NOTE! Because some arguments to functions were resources, the code generated cannot yet be compiled without editing. Please consider this to be step 4.5 -in the instructions above. +in the instructions above. " fi fi -find . -type f | xargs chmod 644 +find . -type f | xargs chmod 644 find . -type d | xargs chmod 755 fi |
