mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
181 B
181 B
Bugfix: Fix extended env parser
The extended envvar parser would be angry if there are two os.Getenv in the same line.
We fixed this.