[Bps-public-commit] r14224 - in Shipwright/trunk: lib/Shipwright/Script
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Jul 17 14:10:56 EDT 2008
Author: sunnavy
Date: Thu Jul 17 14:10:55 2008
New Revision: 14224
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Script/Rename.pm
Log:
r14638 at sunnavys-mb: sunnavy | 2008-07-18 02:10:37 +0800
heading / in paths can't be omitted
Modified: Shipwright/trunk/lib/Shipwright/Script/Rename.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/Rename.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Script/Rename.pm Thu Jul 17 14:10:55 2008
@@ -30,12 +30,12 @@
die "no such dist: $name\n" unless grep { $_ eq $name } @$order;
$shipwright->backend->move(
- path => "dists/$name",
- new_path => "dists/$new_name",
+ path => "/dists/$name",
+ new_path => "/dists/$new_name",
);
$shipwright->backend->move(
- path => "scripts/$name",
- new_path => "scripts/$new_name",
+ path => "/scripts/$name",
+ new_path => "/scripts/$new_name",
);
# update order.yml
More information about the Bps-public-commit
mailing list