diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-08 21:12:52 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-08 21:12:52 +0200 |
commit | 884548b476f2ee27c01cb0c9ad93c0cf9d33fa5e (patch) | |
tree | 20650b3917b1292470ecc4ded13fbb04e5dbfa6d /tests/guix-describe.sh | |
parent | 0e305798454c558ab6e722cf66ba351c326a1a8d (diff) | |
parent | fa894b3f4db835bd0bb52b32c7ec412e72b7e03a (diff) | |
download | guix-884548b476f2ee27c01cb0c9ad93c0cf9d33fa5e.tar guix-884548b476f2ee27c01cb0c9ad93c0cf9d33fa5e.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'tests/guix-describe.sh')
-rw-r--r-- | tests/guix-describe.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-describe.sh b/tests/guix-describe.sh index af523f0a0b..ca7b63ce3b 100644 --- a/tests/guix-describe.sh +++ b/tests/guix-describe.sh @@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2018 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2018, 2022 Ludovic Courtès <ludo@gnu.org> # # This file is part of GNU Guix. # @@ -39,7 +39,7 @@ then fi guix describe -f channels case "`guix describe -f channels | grep url`" in - *"(url \"$abs_top_srcdir\")") true;; + *"(url \"$abs_top_srcdir/\")") true;; *) false;; esac else |