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:
parent
00c00348f4
commit
f8db4c013a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue