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/getpr | |
parent | f296ccd76efda75c4f27b7a944d7cf31112701ba (diff) | |
download | ports-043f5658ce8b43a7d5ce286f0778cefdf6314e79.tar.gz ports-043f5658ce8b43a7d5ce286f0778cefdf6314e79.zip |
Notes
Diffstat (limited to 'Tools/scripts/getpr')
-rwxr-xr-x | Tools/scripts/getpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/getpr b/Tools/scripts/getpr index 4a88af11a86e..a75012495cd0 100755 --- a/Tools/scripts/getpr +++ b/Tools/scripts/getpr @@ -5,7 +5,7 @@ # $FreeBSD$ # -use strict; +use strict; my $pr = shift; my $user = shift; |