diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-02 23:48:02 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-02 23:48:02 +0000 |
commit | c862e87b3ec8647ab6c1bb08443088ea81c74225 (patch) | |
tree | 8e5828b091fea3257c7ffc20a5c95f1d62b93267 /readline/support/mkdist | |
parent | c95b01a9b04837dbfc8986afbbccc4c7d2b4ebf8 (diff) | |
download | fsf-binutils-gdb-c862e87b3ec8647ab6c1bb08443088ea81c74225.zip fsf-binutils-gdb-c862e87b3ec8647ab6c1bb08443088ea81c74225.tar.gz fsf-binutils-gdb-c862e87b3ec8647ab6c1bb08443088ea81c74225.tar.bz2 |
import gdb-1999-08-02 snapshot
Diffstat (limited to 'readline/support/mkdist')
-rwxr-xr-x | readline/support/mkdist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/support/mkdist b/readline/support/mkdist index 0d3d694..a1e4eb1 100755 --- a/readline/support/mkdist +++ b/readline/support/mkdist @@ -48,7 +48,7 @@ fi version=$1 newdir=${ROOTNAME}-$version -vmsg creating distribution for version $version in $newdir +vmsg creating distribution for $ROOTNAME version $version in $newdir if [ ! -d $newdir ]; then mkdir $newdir || { echo $0: cannot make directory $newdir 1>&2 ; exit 1; } |