diff options
author | sinanmohd <sinan@firemail.cc> | 2023-03-20 17:14:09 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-03-20 17:14:09 +0530 |
commit | 605cedbc0477904d489cbeeab70ed12e81effb49 (patch) | |
tree | af55cbf9df26731eb11ab7636a28215902f6ce1c /dbook | |
parent | 4387ee91cf388be1a2769755c5993e1f35497602 (diff) |
dbook: spell error in vars
Diffstat (limited to 'dbook')
-rwxr-xr-x | dbook | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ rm_data() data= cl= file= - oid_ifs="$IFS" + old_ifs="$IFS" IFS= while read -r line |