Browse Source

make it work for directries with spaces

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292239 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
c0a1de714b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/exec/parrot.sh

+ 1
- 1
src/etc/testcases/taskdefs/exec/parrot.sh View File

@@ -1,5 +1,5 @@
# Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
for arg in $@ ; do
for arg in "$@" ; do
echo $arg out
sleep 1
echo $arg err>&2


Loading…
Cancel
Save