Navigation Menu

Skip to content

Commit

Permalink
Fixed execv warning when libtool creates wrapper executables
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 3, 2006
1 parent 994b4b0 commit fe5ff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltmain.sh
Expand Up @@ -5008,7 +5008,7 @@ EOF
EOF

case $host_os in
mingw*)
*cygwin* | *mingw* )
cat >> $cwrappersource <<EOF
execv("$SHELL",(char const **)newargz);
EOF
Expand Down

0 comments on commit fe5ff54

Please sign in to comment.