Skip to content

Commit

Permalink
Use exec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexi committed Apr 10, 2014
1 parent 173f3ed commit ad9f786
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion arm-apple-darwin10-ar
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ar $@
#!/bin/sh
exec ar $@
3 changes: 2 additions & 1 deletion arm-apple-darwin10-ranlib
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ranlib $@
#!/bin/sh
exec ranlib $@
3 changes: 2 additions & 1 deletion i386-apple-darwin11-ar
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ar $@
#!/bin/sh
exec ar $@
3 changes: 2 additions & 1 deletion i386-apple-darwin11-ranlib
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ranlib $@
#!/bin/sh
exec ranlib $@

0 comments on commit ad9f786

Please sign in to comment.