]> git.llucax.com Git - software/makeit.git/commit
Apply abbr to commands in (v)exec function
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 21 Sep 2009 22:10:35 +0000 (19:10 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 24 Sep 2009 13:38:30 +0000 (10:38 -0300)
commit9874db58d82e392d358eb307bda8ca3624c3c789
tree1e4b46ed50ba86e7343df3c97709dd2d6ba75241
parentff1b972e1c2a4ca61cb1fa2fc8e7d9205316c698
Apply abbr to commands in (v)exec function

The (v)exec function removes the full directory component from the command
to execute. This can be a little confusing when running local scripts. This
patch applies the abbr function to the command instead.
Lib.mak