summaryrefslogtreecommitdiff
path: root/nix/scripts/authenticate.in
diff options
context:
space:
mode:
Diffstat (limited to 'nix/scripts/authenticate.in')
-rw-r--r--nix/scripts/authenticate.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/nix/scripts/authenticate.in b/nix/scripts/authenticate.in
deleted file mode 100644
index 5ce57915f02..00000000000
--- a/nix/scripts/authenticate.in
+++ /dev/null
@@ -1,11 +0,0 @@
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