summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-08 17:50:59 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-08 17:50:59 +0800
commitf87d2473455fb8a54f7621a65748d9c021f57480 (patch)
treee3154097271bab959bc45970486329258532861f /util
parent760f0a57d36fd3c2f30ba39f3db43fc41f8cb090 (diff)
downloadpttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.tar
pttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.tar.gz
pttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.tar.bz2
pttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.tar.lz
pttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.tar.xz
pttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.tar.zst
pttbbs-f87d2473455fb8a54f7621a65748d9c021f57480.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@779 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/mvdir.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mvdir.pl b/util/mvdir.pl
index 53acd9b3..e853df05 100644
--- a/util/mvdir.pl
+++ b/util/mvdir.pl
@@ -28,7 +28,7 @@ unlink $sym;
symlink($todir, $sym);
foreach( @dirs ){
- printf("processing %-20s (%04d/%04d)\n", $_, ++$index, $#dirs);
+ printf("processing %-20s (%04d/%04d)\n", $_, $index++, $#dirs);
unlink "$todir/$_";
`mv $fromdir/$_ $todir/$_`;
}