OSDN Git Service

Use bash instead of sh because of the '[[' command
authorJack Palevich <jackpal@google.com>
Thu, 28 May 2009 21:53:02 +0000 (14:53 -0700)
committerJack Palevich <jackpal@google.com>
Thu, 28 May 2009 21:53:02 +0000 (14:53 -0700)
The '[[' command is not guaranteed to be present in /bin/sh, and in fact
is missing in stock Ubuntu 8.04

ddms/app/etc/ddms

index 4171213..c63930b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Copyright 2005-2007, The Android Open Source Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");