mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
dr-freedata-001 branch of codec2 merged to main so no need to checkout that branch specifically
This commit is contained in:
parent
0f0e7b6532
commit
9654cfa6d9
1 changed files with 8 additions and 4 deletions
|
@ -20,6 +20,9 @@
|
|||
#
|
||||
#
|
||||
# Changelog:
|
||||
# 1.5: 12 May 2024
|
||||
# "dr-freedata-001" branch of codec2 merged to main so we don't
|
||||
# need to checkout that branch specifically
|
||||
# 1.4: 05 May 2024
|
||||
# Change to "dr-freedata-001" branch of codec2 for develop mode
|
||||
# Added comments in scripts and README.txt for config file location
|
||||
|
@ -296,10 +299,11 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$args" == "develop" ];
|
||||
then
|
||||
git checkout dr-freedata-001
|
||||
fi
|
||||
# Not currently needed
|
||||
# if [ "$args" == "develop" ];
|
||||
# then
|
||||
# git checkout dr-freedata-001
|
||||
# fi
|
||||
|
||||
echo "*************************************************************************"
|
||||
echo "Setting up the codec2 build"
|
||||
|
|
Loading…
Reference in a new issue