fix preview on symlinks
This commit is contained in:
parent
b485f2d62c
commit
0165765cfb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RESET="\033[0m"
|
|||
|
||||
set -C -f
|
||||
|
||||
f=$1 w=$2 h=$3 x=$4 y=$5
|
||||
f="$(realpath "$1")" w=$2 h=$3 x=$4 y=$5
|
||||
|
||||
image() {
|
||||
f=$1 w=$2 h=$3 x=$4 y=$5
|
||||
|
|
Loading…
Add table
Reference in a new issue