repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 629275 - Recent nightly kills Win7 Taskbar Jumplists/Tasks. r=rstrong, a=blocking...
[mozilla-central.git]
/
build
/
msys-perl-wrapper
blob
0f81e1a1dd874182a4bf3bb7e67688b2c934ddb2
1
#!/bin/sh
2
3
args
=
""
4
5
for
i
in
"
${@}
"
6
do
7
case
"
$i
"
in
8
-I
?
:/*)
9
i
=
"$(echo "
${i}
" | sed -e 's|^-I\(.\):/|-I/\1/|')"
10
;;
11
esac
12
13
args
=
"
${args}
'
${i}
'"
14
done
15
16
eval
"exec perl
$args
"