mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(佐々木@PSEG1)CLS.shの修正。sortの使い方を若干スマートに変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2287 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
2b3b054cd7
commit
c30ff80ccf
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user