aboutsummaryrefslogtreecommitdiffstats
path: root/admin/make-emacs
diff options
context:
space:
mode:
authorPaul Eggert2015-09-16 16:06:29 -0700
committerPaul Eggert2015-09-16 16:07:15 -0700
commite56096dbb9560b558f74d2b21e21659e221b914c (patch)
tree90c280db9f383031d44b95cf972357019926c9a1 /admin/make-emacs
parentdc436dd77f70dbc2e294a1fd2d69a332f1413fa5 (diff)
downloademacs-e56096dbb9560b558f74d2b21e21659e221b914c.tar.gz
emacs-e56096dbb9560b558f74d2b21e21659e221b914c.zip
Minor quoting fixes in scripts and doc
Prefer straight quotes in random script files, as they are not converted. Prefer grave quotes in a couple of places in the manual that were missed earlier, as these quotes are converted.
Diffstat (limited to 'admin/make-emacs')
-rwxr-xr-xadmin/make-emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-emacs b/admin/make-emacs
index f0c5370496e..24e9844b72c 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -100,7 +100,7 @@ chdir $root if cwd () eq "/";
100chdir "./src"; 100chdir "./src";
101print "Build in ", cwd (), "\n"; 101print "Build in ", cwd (), "\n";
102 102
103# If first arg is `all' or if `--all' specified, ensure a clean 103# If first arg is 'all' or if '--all' specified, ensure a clean
104# build. 104# build.
105 105
106if (@ARGV && $ARGV[0] eq "all") 106if (@ARGV && $ARGV[0] eq "all")