From 9da6527cd069684075cbaf52c12d7e0103866ac7 Mon Sep 17 00:00:00 2001 From: David Bigagli <david@schedmd.com> Date: Mon, 5 Jan 2015 13:22:44 -0800 Subject: [PATCH] Fix the pbs parser. --- src/sbatch/opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbatch/opt.c b/src/sbatch/opt.c index f1131276c12..8cb3743189f 100644 --- a/src/sbatch/opt.c +++ b/src/sbatch/opt.c @@ -1742,7 +1742,7 @@ static void _set_pbs_options(int argc, char **argv) { int opt_char, option_index = 0; char *sep; - char *pbs_opt_string = "+a:A:c:C:e:hIj::J:k:l:m:M:N:o:p:q:r:S:t:u:v:VW:z"; + char *pbs_opt_string = "+a:A:c:C:e:hIj:J:k:l:m:M:N:o:p:q:r:S:t:u:v:VW:z"; struct option pbs_long_options[] = { {"start_time", required_argument, 0, 'a'}, -- GitLab