aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-15 15:54:09 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-15 15:54:09 +0000
commit9eeb01dc9229cb6646ba76bd6c385dad71d579f8 (patch)
tree15b3392872eb6cf0e2bcd30a12af2539ee035bdb
parent7a9a77f408711dbc28b3c9120fde47d7fdd694d3 (diff)
downloadsimplepkg-9eeb01dc9229cb6646ba76bd6c385dad71d579f8.tar.gz
simplepkg-9eeb01dc9229cb6646ba76bd6c385dad71d579f8.tar.bz2
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@744 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/lib/common.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 5d125b7..c73b65b 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -710,9 +710,10 @@ function svn_add {
done
fi
- fi
- cd $cwd
+ cd $cwd
+
+ fi
}