Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / build / msys-perl-wrapper
blob0f81e1a1dd874182a4bf3bb7e67688b2c934ddb2
1 #!/bin/sh
3 args=""
5 for i in "${@}"
6 do
7 case "$i" in
8 -I?:/*)
9 i="$(echo "${i}" | sed -e 's|^-I\(.\):/|-I/\1/|')"
11 esac
13 args="${args} '${i}'"
14 done
16 eval "exec perl $args"