We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba59027 commit 5427e49Copy full SHA for 5427e49
lib/utils/ipkg.coffee
@@ -4,7 +4,7 @@ Rx = require 'rx-lite'
4
5
optionsRegexp = /opts\s*=\s*\"([^\"]*)\"/
6
sourcedirRegexp = /sourcedir\s*=\s*([a-zA-Z/0-9.]+)/
7
-pkgsRegexp = /pkgs\s*=\s*(([a-zA-Z/0-9., ]+\s{0,1})*)/
+pkgsRegexp = /pkgs\s*=\s*(([a-zA-Z/0-9., -_]+\s{0,1})*)/
8
9
# Find all ipkg-files in a directory and returns
10
# an observable of an array of files
0 commit comments