We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b458fe commit 3e251faCopy full SHA for 3e251fa
rust-linux/build.sh
@@ -11,7 +11,7 @@ VERSION="${1}"
11
LAST_REVISION="${3-}"
12
13
URL="https://github.com/torvalds/linux.git"
14
-if [ "${VERSION}" -eq "trunk" ]; then
+if [[ "${VERSION}" == trunk ]]; then
15
VERSION=trunk-$(date +%Y%m%d)
16
BRANCH=master
17
REMOTE=heads/master
0 commit comments