sarroutbi / own

Personal repository for scaffolding stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix shellcheck issues in eval.sh

sarroutbi opened this issue · comments

Fix shellcheck issues reported by eval.sh script:

In scripts/utils/eval.sh line 15:
FILE_VAR1="/tmp/1"
^-------^ SC2034 (warning): FILE_VAR1 appears unused. Verify use (or export if used externally).

In scripts/utils/eval.sh line 16:
FILE_VAR2="/tmp/2"
^-------^ SC2034 (warning): FILE_VAR2 appears unused. Verify use (or export if used externally).