diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:21:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:21:17 +0000 |
commit | 043f5658ce8b43a7d5ce286f0778cefdf6314e79 (patch) | |
tree | 98987f101f90092dd6ceae7c86f5f85c9e97d5c3 /Tools/scripts/close-pr | |
parent | Remove trailing spaces. (diff) |
Remove traling spaces.
Notes
Notes:
svn path=/head/; revision=125941
Diffstat (limited to 'Tools/scripts/close-pr')
-rwxr-xr-x | Tools/scripts/close-pr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/close-pr b/Tools/scripts/close-pr index c1a9476fc98d..b336c6d5a82b 100755 --- a/Tools/scripts/close-pr +++ b/Tools/scripts/close-pr @@ -40,7 +40,7 @@ mode=local usage=" local Usage: edit-pr [-V|--version] [-h|--help] PR -network Usage: nedit-pr [-V|--version] [-h|--help] [-d|--directory gnats_db_alias] +network Usage: nedit-pr [-V|--version] [-h|--help] [-d|--directory gnats_db_alias] [-H|--host hostname] [-P|--port port_number] [-v|--user userid] [-w|--passwd password] PR " @@ -208,7 +208,7 @@ while [ "$checking" != "" ]; do echo "$errors" read fixme case "$fixme" in - q* | Q*) + q* | Q*) echo "PR $pr_id not updated: changed file is in $new.changed" mv $new $new.changed $PR_EDIT --unlock $pr_id |