Skip to content

Commit

Permalink
[generate_list.sh] Beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Oct 9, 2023
1 parent 0ba292f commit 0be688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/generate_list.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

SCRIPT_DIR=$( dirname "$( readlink -e "$0" )" )
SCRIPT_DIR=$(dirname "$(readlink -e "$0")")
PREFIX_LIST="The |La |Le |Les |L['’]|De |Het |Die |Der |Das |El |Los |Las |Lo |Il |I |Gli |Una |Uno |Une "
# Retrieve the real names of the plugins,
# order them ignoring some prefixes and
Expand Down

0 comments on commit 0be688a

Please sign in to comment.