diff options
| author | Paul Eggert | 2015-09-16 16:06:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-16 16:07:15 -0700 |
| commit | e56096dbb9560b558f74d2b21e21659e221b914c (patch) | |
| tree | 90c280db9f383031d44b95cf972357019926c9a1 /admin/make-emacs | |
| parent | dc436dd77f70dbc2e294a1fd2d69a332f1413fa5 (diff) | |
| download | emacs-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-x | admin/make-emacs | 2 |
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 "/"; | |||
| 100 | chdir "./src"; | 100 | chdir "./src"; |
| 101 | print "Build in ", cwd (), "\n"; | 101 | print "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 | ||
| 106 | if (@ARGV && $ARGV[0] eq "all") | 106 | if (@ARGV && $ARGV[0] eq "all") |