mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Avoid Bash extension in 'tests/guix-lint.sh'.
* tests/guix-lint.sh: Remove redundant and non-portable 'export'.
This commit is contained in:
parent
50fe945c01
commit
c8af8572bf
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue