diff --git a/dependency-test.sh b/dependency-test.sh index 3e96965f..902d40e8 100755 --- a/dependency-test.sh +++ b/dependency-test.sh @@ -1,8 +1,10 @@ #!/usr/bin/env sh # Compatible with bash dash zsh mksh ksh ksh93 -# but not with fish +# but not with fish powershell # problematic with tcsh csh +# +# Therefor to ensure it work always this shebang to standard POSIX shell br=0 # build required diff --git a/src/ponysaytool.py b/src/ponysaytool.py index 7107a220..7f9a4da5 100755 --- a/src/ponysaytool.py +++ b/src/ponysaytool.py @@ -789,6 +789,7 @@ class PonysayTool(): data['comment'] = '\n'.join(comment) fields = [key for key in data] fields.sort() + # List of info fields. standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP', 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY', 'BALLOON TOP', 'BALLOON BOTTOM', 'MASTER',