Some command line options are not GNU/POSIX compliant (2)
[geeqie.git] / plugins / tethered-photography / geeqie-tethered-photography-hook-script
index 394b27b..76ad4f6 100755 (executable)
@@ -8,7 +8,7 @@
 if [ "$ACTION" = "download" ]
 then
        notify-send --expire-time=4000 "$ARGUMENT"  --icon=geeqie
-       geeqie --remote File:"$PWD/$ARGUMENT"
+       geeqie --remote File="$PWD/$ARGUMENT"
 fi
 
 exit 0