summaryrefslogtreecommitdiffstats
path: root/run.sh.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 16:19:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 17:21:06 +0200
commit71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf (patch)
tree572dca4c70228136555f466b480a46854d19d019 /run.sh.in
parenta28f25b2ef74d988f58c66dab3291bdb539ef106 (diff)
downloadjson-dbus-bridge-examples-71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf.tar.gz
json-dbus-bridge-examples-71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf.tar.xz
[autotools] cleanup build system
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'run.sh.in')
-rwxr-xr-xrun.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh.in b/run.sh.in
index acd7d41..95d846a 100755
--- a/run.sh.in
+++ b/run.sh.in
@@ -30,7 +30,7 @@ echo -n "waiting for lighttpd "
for i in `seq 10`; do
sleep 1
echo -n "."
- wget -e no_proxy=localhost -O - -q http://localhost:8080/hello-world/source/ > /dev/null && break
+ wget -e no_proxy=localhost -O - -q http://localhost:8080/hello-world/build/ > /dev/null && break
done
if [ $? -ne 0 ]; then