1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

*** empty log message ***

This commit is contained in:
Eric S. Raymond 1992-08-14 22:56:58 +00:00
parent 00c00348f4
commit f8db4c013a

View file

@ -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