We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaeb2e2 commit 93fbce5Copy full SHA for 93fbce5
com.ibm.streamsx.regex/impl/bin/setLib.sh
@@ -1,5 +1,5 @@
1
#! /bin/bash
2
3
if [ "$1" = "lib" ]; then
4
- echo "re2.`uname -p`";
+ echo "re2.`uname -m`";
5
fi
0 commit comments