Skip to content

Commit 01a12c8

Browse files
authored
Update Tools/pixi-packages/build.sh
1 parent 2b05522 commit 01a12c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/pixi-packages/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
exit 1
1818
fi
1919

20-
VER_REF=$(cat configure.ac | grep "\[PYTHON_VERSION\]\, \[" | sed -n 's/.*\[\([0-9.]*\)\].*/\1/p')
20+
VER_REF=$(grep "\[PYTHON_VERSION\]\, \[" configure.ac | sed -n 's/.*\[\([0-9.]*\)\].*/\1/p')
2121
VER=$(echo ${PKG_VERSION} | sed -E 's/^([0-9]+\.[0-9]+).*/\1/')
2222

2323
if [[ "${VER_REF}" != "${VER}" ]]; then

0 commit comments

Comments
 (0)