download.in 262 B

123456789101112
  1. #!@SHELL@
  2. # A shorthand for "guix perform-download", for use by the daemon.
  3. if test "x$GUIX_UNINSTALLED" = "x"
  4. then
  5. prefix="@prefix@"
  6. exec_prefix="@exec_prefix@"
  7. exec "@bindir@/guix" perform-download "$@"
  8. else
  9. exec guix perform-download "$@"
  10. fi