offload.in 235 B

123456789101112
  1. #!@SHELL@
  2. # A shorthand for "guix offload", 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" offload "$@"
  8. else
  9. exec guix offload "$@"
  10. fi