summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-22 21:35:24 -0700
committerGitHub <noreply@github.com>2017-03-22 21:35:24 -0700
commit14792ccacd1209380ba642431fe22f703b9f4060 (patch)
tree3e146bc4f1a242d7dc17691d8cd2f6a3d3790620 /build.sh
parent741ce0d615bdae442cb3ee184a5a36b30d1a152a (diff)
downloadcoreclr-14792ccacd1209380ba642431fe22f703b9f4060.tar.gz
coreclr-14792ccacd1209380ba642431fe22f703b9f4060.tar.bz2
coreclr-14792ccacd1209380ba642431fe22f703b9f4060.zip
Unify command line arg for portable RID build (#10408)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 7c5f55bf5c..e97fbb00a5 100755
--- a/build.sh
+++ b/build.sh
@@ -634,7 +634,7 @@ while :; do
__CrossBuild=1
;;
- portable)
+ -portable)
__PortableBuild=1
;;