]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Revert "Use smallest prefix as platform, not largest."
authorAntti Kantee <pooka@iki.fi>
Tue, 29 Sep 2015 15:13:29 +0000 (15:13 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 29 Sep 2015 15:13:54 +0000 (15:13 +0000)
Duh, thinko, it was previously correct.

This reverts commit cce7f118b100a4d8f856cda3ef1907ca132dd6d5.

app-tools/rumpbake

index c3963647ad4b027fd9242f6f5485e32b81bd39cb..a9b640eff8ae12363cd1afe0b06dee222e685cc9 100755 (executable)
@@ -329,7 +329,7 @@ if [ "$c" != "$config" ]; then
        exit 1
 fi
 
-PLATFORM=${config%_*}
+PLATFORM=${config%%_*}
 eval LIBS="\${CONFIG_${config}}"
 
 TMPDIR=$(mktemp -d /tmp/rumpbake.XXXXXX)