view more/run-emulator-from-build.sh @ 1745:8d82dc711a93 draft

Fix the darn ccwrap symlink resolution path logic that was finding the wrong /usr/include. It wasn't distcc's fault. Test _before_ following symlinks, otherwise the original location found doesn't get checked to see if it's valid.
author Rob Landley <rob@landley.net>
date Sun, 22 Feb 2015 20:45:25 -0600
parents 6173bb6f3b2c
children
line wrap: on
line source

#!/bin/bash

# Launch system image out of build directory.

cd build/system-image-"$1" && ./run-emulator.sh