Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8db4c01
Commit
f8db4c01
authored
Aug 14, 1992
by
Eric S. Raymond
Browse files
*** empty log message ***
parent
00c00348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
make-dist
make-dist
+2
-1
No files found.
make-dist
View file @
f8db4c01
...
...
@@ -37,6 +37,7 @@ while [ $# -gt 0 ]; do
# for creating incremental or patch distributions
"--newer"
)
newer
=
$2
new
=
.new
shift
;;
*
)
...
...
@@ -76,7 +77,7 @@ fi
echo
"Creating staging directory:
\`
${
tempparent
}
'"
mkdir
${
tempparent
}
emacsname
=
"emacs-
${
version
}
"
emacsname
=
"emacs-
${
version
}
${
new
}
"
tempdir
=
"
${
tempparent
}
/
${
emacsname
}
"
# This trap ensures that the staging directory will be cleaned up even
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment