Skip to content

Commit

Permalink
remove unused declare -A options (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Oct 27, 2022
1 parent cb872f3 commit bc45829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/pubber
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ $ROOT_DIR/pubber/bin/build

echo Running tools version `(cd $ROOT_DIR; git describe)`

declare -A options
for option in $*; do
if [[ $option == *"="* ]]; then
k=$(echo $option | cut -d'=' -f1)
Expand Down

0 comments on commit bc45829

Please sign in to comment.