diff options
Diffstat (limited to 'nix/scripts/authenticate.in')
| -rw-r--r-- | nix/scripts/authenticate.in | 11 |
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 | |||
| 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 | ||
