From c30ff80ccf9d1c0d8a39afb08263a788355d40d4 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Wed, 27 Aug 2008 09:04:17 +0000 Subject: [PATCH] =?UTF-8?q?(=E4=BD=90=E3=80=85=E6=9C=A8@PSEG1)CLS.sh?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3=E3=80=82sort=E3=81=AE=E4=BD=BF?= =?UTF-8?q?=E3=81=84=E6=96=B9=E3=82=92=E8=8B=A5=E5=B9=B2=E3=82=B9=E3=83=9E?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2287 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/work/cls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tests/CustomSystemUpdater/work/cls.sh b/build/tests/CustomSystemUpdater/work/cls.sh index 93509668..59a2fa90 100755 --- a/build/tests/CustomSystemUpdater/work/cls.sh +++ b/build/tests/CustomSystemUpdater/work/cls.sh @@ -28,7 +28,7 @@ move_data_to_tmp() { do_cls() { tmp=tmp/$1 - for target in `find $tmp -name v* -type d | sort -t "v" -g -k 2` + for target in `find $tmp -name v* -type d | sort -t / -n -k 3.2` do cp -rp $target $1 echo "$target"