install: fix error on macOS

This commit is contained in:
Fernando Schauenburg 2021-08-11 02:35:33 +02:00
parent c2ab6f29d5
commit eed4bdb30e

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
set -eu set -e
export DOTFILES="$(dirname "$(realpath "$0")")" export DOTFILES="$(dirname "$(realpath "$0")")"