Skip to content

Commit

Permalink
mkinitramfs.in: copy_file(): improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Aug 12, 2023
1 parent 113ca89 commit bbb8fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkinitramfs.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ atexit() {
######################################################################

# Copy file to mkinitramfs' working directory.
# arg $1: source file path
# arg $2: destination file path
# arg $1: source file full path
# arg $2: destination file full path
# arg $3: destination file mode bits (e.g., 0755)
# arg $4: strip destination file? 1=true, 0=false
copy_file() {
Expand Down

0 comments on commit bbb8fd3

Please sign in to comment.