diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-04 02:19:50 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-04 02:19:50 +0000 |
commit | b7e40f8d775251fe6904c7f297a11b6357f74cf4 (patch) | |
tree | 3d68195afba886881d46d23c9fad4600a5a53a04 /trunk | |
parent | b1582d818e4e95d52504e337cecc4a8d4ee593ad (diff) | |
download | simplepkg-b7e40f8d775251fe6904c7f297a11b6357f74cf4.tar.gz simplepkg-b7e40f8d775251fe6904c7f297a11b6357f74cf4.tar.bz2 |
templatepkg smal fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@216 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-x | trunk/src/templatepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 301ca1b..910086c 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -114,7 +114,7 @@ function import_export_templates { if [ ! -z "$2" ]; then - if [ ! -d "$templates_folder/.svn" ]; + if [ ! -d "$templates_folder/.svn" ]; then cd $basedir |