rm push/pop
This commit is contained in:
@@ -31,7 +31,7 @@ var input_file = args[0]
|
||||
var output_file = args[1]
|
||||
|
||||
function ext_lower(path) {
|
||||
var e = array(path, '.').pop()
|
||||
var e = array(path, '.')[]
|
||||
if (!e) return null
|
||||
return lower(e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user