gnu: Fix missing EFI entry in "desktop" example.
[jackhill/guix/guix.git] / nix / scripts / authenticate.in
CommitLineData
526382ff
LC
1#!@SHELL@
2# A shorthand for "guix authenticate", for use by the daemon.
3
4if test "x$GUIX_UNINSTALLED" = "x"
5then
6 prefix="@prefix@"
7 exec_prefix="@exec_prefix@"
8 exec "@bindir@/guix" authenticate "$@"
9else
10 exec guix authenticate "$@"
11fi