diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-08 17:50:59 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-08 17:50:59 +0800 |
commit | f87d2473455fb8a54f7621a65748d9c021f57480 (patch) | |
tree | e3154097271bab959bc45970486329258532861f /util | |
parent | 760f0a57d36fd3c2f30ba39f3db43fc41f8cb090 (diff) | |
download | pttbbs-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.pl | 2 |
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/$_`; } |