Skip to content

Commit

Permalink
chore(initrd): fix misc errors in initrd/bin/kexec-parse-boot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrilleratplay committed Oct 29, 2020
1 parent 5eb8384 commit 6357d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/kexec-parse-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bootlen="${#bootdir}"
appenddir="${filedir:$bootlen}"

fix_path() {
path="$@"
path="$*"
if [ "${path:0:1}" != "/" ]; then
path="$appenddir/$path"
fi
Expand Down

0 comments on commit 6357d41

Please sign in to comment.