Skip to content

Commit 93fbce5

Browse files
committed
Update setLib.sh
`uname -p` changed to `uname -m`
1 parent eaeb2e2 commit 93fbce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
22

33
if [ "$1" = "lib" ]; then
4-
echo "re2.`uname -p`";
4+
echo "re2.`uname -m`";
55
fi

0 commit comments

Comments
 (0)