From c586d11bcc89f9df9b1f113455ab777f722204fe Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Fri, 26 Dec 2008 01:08:44 +0000 Subject: [PATCH] add support for SUMS. --- tools/imagesums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/imagesums b/tools/imagesums index 7ea15d90..dc78b972 100755 --- a/tools/imagesums +++ b/tools/imagesums @@ -3,7 +3,7 @@ cd $1 if [ "$2"x != ""x ] ; then - EXT=".$2" + EXT="$2" fi :> MD5SUMS$EXT