Skip to content

Commit

Permalink
playing workflow 14
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed Dec 22, 2022
1 parent a411e9b commit 4a8eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbindings/package/scripts/check4update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LOCALfile="libQtPas_src/cbindings/Qt""$QTV""Pas.pro"

wget "$REMOTE_pro"
REMOTEpat=`grep VER_PAT "$REMOTEfile"`
#LOCALpat=`grep VER_PAT "$LOCALfile"`
LOCALpat=`grep VER_PAT "$LOCALfile"`
if [ "$REMOTEpat" == "$LOCALpat" ]; then
echo "all clear"
exit 0
Expand Down

0 comments on commit 4a8eff8

Please sign in to comment.