Skip to content

Commit

Permalink
kw: fix unneeded variable redefinition
Browse files Browse the repository at this point in the history
The variable `KW_SOUND_DIR` was being setted to
`'/usr/share/sounds/kw'` twice

Reviewed-by: Rodrigo Siqueira <[email protected]>
Co-authored-by: Lais Nuto <[email protected]>
Signed-off-by: OJarrisonn (Jorge Harrisonn) <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
  • Loading branch information
2 people authored and rodrigosiqueira committed Apr 19, 2024
1 parent 3c11d23 commit fbf7535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kw
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if [[ -f "$KW_SYSTEM_WIDE_INSTALLATION" ]]; then
KW_LIB_DIR='/usr/share/kw'
KW_SOUND_DIR='/usr/share/sounds/kw'
KW_DOC_DIR='/usr/share/doc/kw/html/'
KW_SOUND_DIR='/usr/share/sounds/kw'
KW_ETC_DIR='/etc/kw'
else
KW_LIB_DIR="${KW_LIB_DIR:-"${HOME}/.local/lib"}/${KWORKFLOW}"
Expand Down

0 comments on commit fbf7535

Please sign in to comment.