Commit 28c7314c authored by Dylan's avatar Dylan

Remove weird case

parent 8db17f72
...@@ -2034,8 +2034,9 @@ getimage () { ...@@ -2034,8 +2034,9 @@ getimage () {
[ "$((percent * term_height / 50))" -lt "$image_size" ] && \ [ "$((percent * term_height / 50))" -lt "$image_size" ] && \
image_size=$((percent * term_height / 100)) image_size=$((percent * term_height / 100))
;; ;;
*) image_size=${image_size/px} ;;
esac esac
image_size=${image_size/px}
# Where to draw the image # Where to draw the image
case "$image_position" in case "$image_position" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment