guix-install.sh: Ensure GUIX_BINARY_FILE_NAME is an absolute path.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 25 Apr 2021 03:16:53 +0000 (23:16 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Thu, 29 Apr 2021 18:09:22 +0000 (14:09 -0400)
commit8214e70fa8da95683cccdf45c674b8be755c27db
tree31d735e204c2dd617ac9a283322ea6a42cf10644
parent68110f72880a5b57fad34a7868f1f0722d52842a
guix-install.sh:  Ensure GUIX_BINARY_FILE_NAME is an absolute path.

This is necessary as the directory context is changed in the script, breaking
the use of a relative path.

* etc/guix-install.sh (main) <GUIX_BINARY_FILE_NAME>: Resolve its absolute
path via the 'realpath' command.
etc/guix-install.sh