This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
2415
Commits
1
Branch
80 MB
3533 Download
Tree:
1126a3f4ac
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1126a3f4ac'
${ noResults }
ant
/
src
/
script
/
antRun
antRun
77 B
Raw
Normal View
History
initial checkin git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267549 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Changed antRun to handle arguments containing spaces properly. Removed the magic that would invoke dir/command.sh instead of command. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267912 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
initial checkin git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267549 13f79535-47bb-0310-9956-ffa450edef68
26 years ago
Changed antRun to handle arguments containing spaces properly. Removed the magic that would invoke dir/command.sh instead of command. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267912 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
1
2
3
4
5
6
7
8
9
#! /bin/sh
# Args: DIR command
cd "$1"
CMD="$2"
shift
shift
exec $CMD "$@"
No Description
Contributors (19)
All
bodewig@apache.org
donaldp@apache.org
conor@apache.org
rubys@apache.org
sbailliez@apache.org
dev-null@apache.org
stevel@apache.org
nico@apache.org
glennm@unknown
umagesh@apache.org
stefano@apache.org
jon@apache.org
duncan@apache.org
arnout@apache.org
holtdl@apache.org
costin@apache.org
craigmcc@apache.org
jhunter@apache.org
pier@apache.org