diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 14:12:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-01 19:10:20 +0000 |
commit | 441fa1c03664081d76bf6007c4ac0aee32f56342 (patch) | |
tree | 7f96d821be5261ca4dae65651ee6016bb922ab94 /solenv | |
parent | 6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (diff) |
Fix typos
Change-Id: I1e0e6f1b99090f26a6cd657ee9019bf2fa906dd9
Reviewed-on: https://gerrit.libreoffice.org/29436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/bin_library_info.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/bin_library_info.sh b/solenv/bin/bin_library_info.sh index bb93773492d7..88925bf1970b 100755 --- a/solenv/bin/bin_library_info.sh +++ b/solenv/bin/bin_library_info.sh @@ -14,8 +14,8 @@ in git. syntax: bin_library_info.sh -m|--module <top_level_module> -l|--location <TARFILE_LOCATION> -s|--srcdir <SRCDIR> -b <BUILDDIR> -r|--tarfile <LIBRARY_TARFILE> [ -m|--mode verify|name ] -the default mode is 'name' which just print the assocaited binary tarfile name. -in 'verify' mode the programe print the name if the assocaited binary tarfile exist +the default mode is 'name' which just print the associated binary tarfile name. +in 'verify' mode the programe print the name if the associated binary tarfile exist and print nothing and return an error code if the file does not exist Note: --location --builddir and --srcdir are optional if they are already in the env in the form of TARFILE_LOCATION and BUILDDIR SRCDIR respectively |