From f224cf091d0281be4f47d767f05477648b34d502 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 11 Sep 2005 16:36:17 +0000 Subject: [PATCH] Include version info in iso filenames --- tools/release.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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'