Larry Clapp
56926a0449
ui/app: fix init() appending '' to os.Args
...
init() says
args := strings.Split(extraArgs, "|")
os.Args = append(os.Args, args...)
strings.Split says
If s does not contain sep and sep is not empty, Split returns a slice
of length 1 whose only element is s.
which means init() adds a blank arg to the end of os.Args when extraArgs
is empty. This fixes that.
Signed-off-by: Larry Clapp <larry@theclapp.org >
2019-08-14 10:35:08 +02:00
..
2019-08-11 12:50:40 +02:00
2019-08-14 10:35:08 +02:00
2019-07-22 11:33:09 +02:00
2019-07-13 13:28:58 +02:00
2019-07-13 13:28:58 +02:00
2019-08-09 22:27:33 +02:00
2019-03-31 10:47:22 +02:00
2019-05-08 17:57:10 +02:00
2019-03-31 10:47:22 +02:00
2019-03-31 10:47:22 +02:00
2019-08-12 00:05:57 +02:00
2019-08-12 00:29:18 +02:00
2019-03-31 10:47:22 +02:00
2019-07-11 13:05:29 +02:00
2019-07-22 11:33:09 +02:00
2019-07-22 11:33:09 +02:00
2019-07-07 16:33:11 +02:00
2019-07-22 11:33:09 +02:00
2019-08-10 00:49:28 +02:00
2019-07-20 16:22:41 +02:00
2019-07-20 16:22:41 +02:00
2019-07-22 11:33:09 +02:00
2019-07-07 19:32:26 +02:00
2019-08-03 21:25:34 +02:00
2019-07-07 17:43:40 +02:00
2019-08-03 21:25:34 +02:00
2019-07-22 11:33:09 +02:00
2019-08-11 12:50:40 +02:00
2019-07-22 11:33:09 +02:00
2019-08-11 12:50:40 +02:00
2019-03-31 10:47:22 +02:00
2019-08-05 15:38:34 +02:00
2019-08-11 12:50:40 +02:00
2019-08-11 12:50:40 +02:00
2019-07-21 16:59:29 +02:00
2019-07-21 16:59:29 +02:00
2019-04-17 12:42:18 +02:00
2019-08-11 12:50:40 +02:00
2019-03-31 10:47:22 +02:00
2019-08-11 12:50:40 +02:00
2019-07-22 11:33:09 +02:00
2019-08-05 15:38:34 +02:00
2019-07-31 22:53:30 +02:00
2019-03-31 10:47:22 +02:00
2019-03-31 10:47:22 +02:00
2019-03-31 10:47:22 +02:00
2019-03-31 10:47:22 +02:00
2019-03-31 10:47:22 +02:00
2019-03-31 10:47:22 +02:00
2019-08-09 22:27:33 +02:00