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.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index b7c1a2e..e34ce8e 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -954,8 +954,7 @@ function gen_meta {
echo "" >> $LOCATION/$METAFILE
echo "Created metafile for `basename $1`"
- cd `dirname $1`
- svn_add `basename $1 .tgz`.meta
+ ( cd `dirname $1` && svn_add `basename $1 .tgz`.meta )
}