diff options
Diffstat (limited to 'tests/guix-lint.sh')
-rw-r--r-- | tests/guix-lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-lint.sh b/tests/guix-lint.sh index 4f9d6db64b..b48cd4e120 100644 --- a/tests/guix-lint.sh +++ b/tests/guix-lint.sh @@ -40,7 +40,7 @@ cat > "$module_dir/foo.scm"<<EOF (description "dummy package. Only used for testing purposes."))) EOF -export GUIX_PACKAGE_PATH=$module_dir +GUIX_PACKAGE_PATH="$module_dir" export GUIX_PACKAGE_PATH grep_warning () |