diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index f5b6328..e5c8edf 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -283,7 +283,7 @@ function repository_update { cd $cwd fi - mk_exit 0 + exit 0 } |