import
import copied to clipboard
GraphicsMagick installs an `import` binary
So . "$(which import)"
ends up erroring out 😒
/cc @joecohens
I think we'll need to solve this with documentation for workarounds. For example, giving the file a different name (import.sh
) or sticking with the eval
bootstrapping method.