diff options
Diffstat (limited to 'trunk/src/templatepkg')
-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 |