replace shebang by shellcheck directive

This commit is contained in:
Jörg Thalheim 2020-04-01 15:46:46 +01:00
parent e7fce0da51
commit ea7c07e783
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
# shellcheck shell=bash
use_nix() {
local path
@ -53,7 +52,7 @@ use_nix() {
log_status eval "$cache"
read -r cache_content < "$cache"
eval "$cache_content"
export PATH=$PATH:$path_backup TERM=$term_backup
export PATH=$PATH:$path_backup TERM=$term_backup
if [[ -n ${tmp_backup+x} ]]; then
export TMPDIR=${tmp_backup}
else