jjb: lttng-tools: cleanup indentation in build.sh
[lttng-ci.git] / scripts / liburcu / build.sh
index e5a57e09a476dd28bcdfdb0ca3a95c9658473066..6f12aa679346c1ea53105097522204c31a27e176 100755 (executable)
@@ -84,7 +84,7 @@ failed_configure() {
 # Required variables
 WORKSPACE=${WORKSPACE:-}
 
-arch=${arch:-}
+platform=${platform:-}
 conf=${conf:-}
 build=${build:-}
 cc=${cc:-}
@@ -134,7 +134,7 @@ if [ "x${CC:-}" != "x" ]; then
 fi
 
 # Set platform variables
-case "$arch" in
+case "$platform" in
 macos*)
     export MAKE=make
     export TAR=tar
This page took 0.02607 seconds and 4 git commands to generate.