diff options
author | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-15 12:17:39 +0530 |
---|---|---|
committer | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-15 12:17:39 +0530 |
commit | d981326d00730fb1af2ba5428d9d7557d9b05f9a (patch) | |
tree | e613740e07631b09ca4bc1c28d19bab06cc75db4 /aptget2 | |
parent | ad9364e4f0e8a65c2ae16fab9508485e5d915bd2 (diff) |
Adding a simple workaround to get rid of debpatch's error messages to the stdout
Diffstat (limited to 'aptget2')
-rwxr-xr-x | aptget2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/bash -LD_LIBRARY_PATH=$PWD/build/bin $PWD/build/bin/apt-get $* +LD_LIBRARY_PATH=$PWD/build/bin $PWD/build/bin/apt-get -o Dir::Bin::methods=$PWD/build/bin/methods $* |