summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2010-11-06 18:31:03 +0000
committerivan <ivan>2010-11-06 18:31:03 +0000
commite139c51505a0455bbc7a0aeced97e6cc9012e25c (patch)
tree86a17798f5991212bacc255b051db2ba4aaf698a /bin
parent337323718878fdfe98801193b0dbecffdc8dffc8 (diff)
doh
Diffstat (limited to 'bin')
-rwxr-xr-xbin/21add4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/21add b/bin/21add
index 396a23b..e7a77da 100755
--- a/bin/21add
+++ b/bin/21add
@@ -12,9 +12,9 @@ system join('',
#"cvs add @ARGV && ",
"cvs add @ARGV ; ",
"( for file in @ARGV; do ",
- "cp -i \$file /home/$USER/freeside2.19/$prefix/`dirname \$file`;",
+ "cp -i \$file /home/$USER/freeside2.1/$prefix/`dirname \$file`;",
"done ) && ",
- "cd /home/$USER/freeside2.19/$prefix/ && ",
+ "cd /home/$USER/freeside2.1/$prefix/ && ",
"cvs add @ARGV"
);