diff options
| author | Richard M. Stallman | 1994-05-18 22:42:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-18 22:42:41 +0000 |
| commit | 6252195155ab0ad1bf1e2943089bbb410691ecd7 (patch) | |
| tree | 55895d6fb1af7345830d2e2efddd7ba816c7f67e | |
| parent | d98ebdb17584485d6627fb5622d3c8b82cac71ae (diff) | |
| download | emacs-6252195155ab0ad1bf1e2943089bbb410691ecd7.tar.gz emacs-6252195155ab0ad1bf1e2943089bbb410691ecd7.zip | |
(copydests): Get rid of spurious `-'s.
| -rwxr-xr-x | build-ins.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-ins.in b/build-ins.in index fa6070cd50b..acca27689c1 100755 --- a/build-ins.in +++ b/build-ins.in | |||
| @@ -96,14 +96,14 @@ for dir in ${copydests}; do | |||
| 96 | case "${dir}" in | 96 | case "${dir}" in |
| 97 | ${emacsdir}/* ) | 97 | ${emacsdir}/* ) |
| 98 | if [ ! -d ${emacsdir} ]; then | 98 | if [ ! -d ${emacsdir} ]; then |
| 99 | -mkdir ${emacsdir} | 99 | mkdir ${emacsdir} |
| 100 | -chmod 777 ${emacsdir} | 100 | chmod 777 ${emacsdir} |
| 101 | fi | 101 | fi |
| 102 | ;; | 102 | ;; |
| 103 | ${statedir}/* ) | 103 | ${statedir}/* ) |
| 104 | if [ ! -d ${statedir} ]; then | 104 | if [ ! -d ${statedir} ]; then |
| 105 | -mkdir ${statedir} | 105 | mkdir ${statedir} |
| 106 | -chmod 777 ${statedir} | 106 | chmod 777 ${statedir} |
| 107 | fi | 107 | fi |
| 108 | ;; | 108 | ;; |
| 109 | esac | 109 | esac |