Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 451ceec4 authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix afind command

afind "*.foo" didn't work because "*.foo" got expanded inside afind

Change-Id: Ia479ed6e50e64fe2ffdf1983050a6da91d6a06f0
parent a5d17177
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# prevent glob expansion in this script
set -f

dir=${1:-.}

shift