diff options
author | ivan <ivan> | 2004-03-17 22:55:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-17 22:55:52 +0000 |
commit | a309d68e02de2d96c078d552dfa7cd8a3f763570 (patch) | |
tree | dc8874c192539d5e3b36603306ce294358aa5d00 | |
parent | 91afc5dc28aba2dd6a56ca57dc0c0ff1f3e1a710 (diff) |
fix multiple svcparts
-rwxr-xr-x | bin/shadow.reimport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/shadow.reimport b/bin/shadow.reimport index 4c0b8e50f..9ef8325c1 100755 --- a/bin/shadow.reimport +++ b/bin/shadow.reimport @@ -35,7 +35,7 @@ die "No services with svcdb svc_acct!\n" unless %part_svc; print "\n\n", &menu_svc, "\n", <<END; Enter part number or part numbers to import. END -my($shell_svcpart)=&getpart; +my($shell_svcpart)=&getvalue; my @shell_svcpart = split(/[,\s]+/, $shell_svcpart); print "\n\n", <<END; |