diff options
-rwxr-xr-x | repoctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,6 +242,7 @@ function repolock() if [ -z "$srcrepo" ] then usage_cmd repolock + exit 1 fi $command "${srcrepo[0]}" "${srcrepo[1]}" "${srcrepo[2]}" } |