Skip to content

Commit

Permalink
chore: added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Apr 9, 2024
1 parent 80b7f25 commit afdc7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xorriso/gen_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ then
popd > /dev/null
fi

if [ -f ${PWD}/../sb_pubkey.der ]
if [ -f "${PWD}/../sb_pubkey.der" ]
then
echo "-map ${PWD}/../sb_pubkey.der sb_pubkey.der"
echo "-chmod 0444 /sb_pubkey.der"
Expand Down

0 comments on commit afdc7f5

Please sign in to comment.