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