mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 21:08:16 -06:00
Revert change to update-ref script
This commit is contained in:
parent
5bace780b9
commit
6c47cc8ec0
@ -38,9 +38,10 @@ done > default-update-ref.sh
|
||||
move_cpp()
|
||||
{
|
||||
file=$1
|
||||
target_suffix=$2
|
||||
for suffix in hpp cpp
|
||||
do
|
||||
cp $file'Ac.'$suffix $file'Ac.ref.'$suffix
|
||||
cp $file'Ac.'$suffix $file'Ac'$target_suffix'.ref.'$suffix
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user