Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
divadiow committed Nov 24, 2024
1 parent 6f1f2f2 commit 63adb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/BK7231T/pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ for X in $(find platforms/BK7231T/override/ -type f);do
S=${X};
D=${X#platforms/BK7231T/override/};
[ -e $D ] && echo "PREBUILD: replacing file\n\t$D\n\twith file\n\t$S" || echo "PREBUILD: adding file\n\t$S\n\tas\n\t$D"
# cp $S $D;
cp $S $D;
done
IFS=$OFS

0 comments on commit 63adb63

Please sign in to comment.