diff options
Diffstat (limited to 'src/categories')
-rwxr-xr-x | src/categories | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/categories b/src/categories index 26172e8..4bafb0c 100755 --- a/src/categories +++ b/src/categories @@ -14,7 +14,7 @@ eval "$(assert-arg -- "$DATADIRECTORY" 'DATADIRECTORY')" len="$( printf '%s..' "$root_dir" | sed -e 's|//|/|g' -e 's|/$||' | wc -c)" -lang="$(printf '%s' "$DATADIRECTORY" | cut -c "$len"- | tee /dev/stderr | cut -d/ -f1)" +lang="$(printf '%s' "$DATADIRECTORY" | cut -c "$len"- | cut -d/ -f1)" SINGULAR="$(cat "$names_dir"/category/"$lang".txt)" PLURAL="$( cat "$names_dir"/categories/"$lang".txt)" |