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 ba5946b..2d1ada2 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -170,7 +170,7 @@ function import_export_templates {    repository="$2"    preposition="from" -  check_svn_repo $repository +  valid_svn_repo $repository    if [ ! -z "$2" ]; then  | 
