Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing semicolon #21

Open
benhuxley2 opened this issue Jun 16, 2014 · 0 comments
Open

add missing semicolon #21

benhuxley2 opened this issue Jun 16, 2014 · 0 comments

Comments

@benhuxley2
Copy link

diff --git a/jvpn.pl b/jvpn.pl
index addf344..1f42ef3 100755
--- a/jvpn.pl
+++ b/jvpn.pl
@@ -692,7 +692,7 @@ sub run_pw_helper {
        ($pw_script) = @_;
        if (-x $pw_script){
                $password=`$pw_script`;
-               chomp $password
+               chomp $password;
        }
        return $password;
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant