Skip to content

Commit

Permalink
no realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 13, 2024
1 parent e038ac0 commit 5676344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ add_device_extensions() {

# Wait for a file to appear on an existing directory
wait_for_file() {
local DIR=${1}
local FILE=$(realpath ${1}/${2})
local DIR="${1}"
local FILE="${1}/${2}"

if [ ! -d ${DIR} ]; then
echo "ERROR: Directory ${DIR} not found"
Expand Down

0 comments on commit 5676344

Please sign in to comment.