From 5a71b8f55f435bd8e90281f2692813f0280d6f6c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 15 Aug 2022 16:27:45 -0300 Subject: bin/uri: Use single quote over double quote --- bin/uri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/uri b/bin/uri index 5930c39..5466c09 100755 --- a/bin/uri +++ b/bin/uri @@ -42,8 +42,8 @@ sub help($fh) { } for (@ARGV) { - last if $_ eq "--"; - if ($_ eq "--help") { + last if $_ eq '--'; + if ($_ eq '--help') { usage *STDOUT; help *STDOUT; exit; -- cgit v1.2.3