diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-18 22:42:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-18 22:42:41 +0000 |
commit | 0341886f1e8cc3c90f6014495efcd273c439e052 (patch) | |
tree | af537d94576e21b426a6e6d2e7cfe5f37dadc443 /build-ins.in | |
parent | c1084540583c3bba0b28cee36e58e32c5e11ba40 (diff) | |
download | emacs-0341886f1e8cc3c90f6014495efcd273c439e052.tar.gz |
(copydests): Get rid of spurious `-'s.
Diffstat (limited to 'build-ins.in')
-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 case "${dir}" in ${emacsdir}/* ) if [ ! -d ${emacsdir} ]; then - -mkdir ${emacsdir} - -chmod 777 ${emacsdir} + mkdir ${emacsdir} + chmod 777 ${emacsdir} fi ;; ${statedir}/* ) if [ ! -d ${statedir} ]; then - -mkdir ${statedir} - -chmod 777 ${statedir} + mkdir ${statedir} + chmod 777 ${statedir} fi ;; esac |