Skip to content

Commit 3e251fa

Browse files
committed
Fix things for trunk
1 parent 7b458fe commit 3e251fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-linux/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION="${1}"
1111
LAST_REVISION="${3-}"
1212

1313
URL="https://github.com/torvalds/linux.git"
14-
if [ "${VERSION}" -eq "trunk" ]; then
14+
if [[ "${VERSION}" == trunk ]]; then
1515
VERSION=trunk-$(date +%Y%m%d)
1616
BRANCH=master
1717
REMOTE=heads/master

0 commit comments

Comments
 (0)