[env] Fixed mis-defined IFS variable.
This commit is contained in:
parent
356d6b269f
commit
bceb0679dc
1 changed files with 1 additions and 1 deletions
2
src/env
2
src/env
|
@ -5,7 +5,7 @@
|
||||||
###
|
###
|
||||||
|
|
||||||
source /usr/lib/bash/bunc
|
source /usr/lib/bash/bunc
|
||||||
IFS='
|
IFS='
|
||||||
'
|
'
|
||||||
_OPT_DB_FILE=.dam.db
|
_OPT_DB_FILE=.dam.db
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue