diff options
Diffstat (limited to '')
-rwxr-xr-x | src/categories | 2 | ||||
-rwxr-xr-x | src/symlinks | 4 |
2 files changed, 3 insertions, 3 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)" diff --git a/src/symlinks b/src/symlinks index 32602ae..f0c5eb2 100755 --- a/src/symlinks +++ b/src/symlinks @@ -40,6 +40,6 @@ asignorelist() { -cat -- "$FILENAME" | filter | getdirs | tee /dev/stderr | sh -cat -- "$FILENAME" | filter | gencommands | tee /dev/stderr | sh +cat -- "$FILENAME" | filter | getdirs | sh +cat -- "$FILENAME" | filter | gencommands | sh cat -- "$FILENAME" | filter | asignorelist |