diff options
| author | Eric S. Raymond | 1993-03-22 19:23:41 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1993-03-22 19:23:41 +0000 |
| commit | 0d5761c4370bfe9249dceaa1caca305ab2706d4c (patch) | |
| tree | 472dd6c8a8f1e21f941079eda334a21b049003e3 | |
| parent | eb708e87ade8035dfa454097f63a6f1bac5ef1f3 (diff) | |
| download | emacs-0d5761c4370bfe9249dceaa1caca305ab2706d4c.tar.gz emacs-0d5761c4370bfe9249dceaa1caca305ab2706d4c.zip | |
Fix a nasty bug --- the cleanup production was nuking the generated
tar file!
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -286,7 +286,7 @@ fi | |||
| 286 | 286 | ||
| 287 | if [ "${clean_up}" = yes ]; then | 287 | if [ "${clean_up}" = yes ]; then |
| 288 | echo "Cleaning up the staging directory." | 288 | echo "Cleaning up the staging directory." |
| 289 | rm -rf ${tempparent} | 289 | rm -rf ${tempdir} |
| 290 | fi | 290 | fi |
| 291 | 291 | ||
| 292 | ### make-dist ends here | 292 | ### make-dist ends here |