From: Ben Gras Date: Sun, 11 Sep 2005 16:36:17 +0000 (+0000) Subject: Include version info in iso filenames X-Git-Tag: v3.1.0~131 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=f224cf091d0281be4f47d767f05477648b34d502;p=minix.git Include version info in iso filenames --- diff --git a/tools/release.sh b/tools/release.sh index de037eea3..6146e04ef 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -57,8 +57,11 @@ RELEASEDIR=/usr/r/release IMAGE=cdfdimage ROOTIMAGE=rootimage CDFILES=/usr/tmp/cdreleasefiles -ISO=minix.iso -ISOGZ=minix.iso.gz +sh tell_config OS_RELEASE . OS_VERSION >/tmp/rel.$$ +version=`sed 's/[" ]//g;/^$/d'