Skip to content
Snippets Groups Projects
Commit fbe6ee13 authored by Robert Ricci's avatar Robert Ricci
Browse files

Fixed a stray 'my' that Chris found.

parent 8c29f251
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ if (getpwnam($username)) { ...@@ -51,7 +51,7 @@ if (getpwnam($username)) {
$password = <>; $password = <>;
chomp($password); chomp($password);
my $uid = 10000; $uid = 10000;
while (getpwuid($uid)) { $uid++; } while (getpwuid($uid)) { $uid++; }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment