aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/common.sh')
-rw-r--r--trunk/lib/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index df42332..07954c3 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -601,6 +601,7 @@ function svn_copy {
cwd="`pwd`"
cd `dirname $dest`
svn_add `basename $dest`
+ cd $cwd
fi
}