diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-30 16:01:31 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-30 16:01:31 -0500 |
| commit | 96145d5fdc0d695414f200c2afa372818f4857df (patch) | |
| tree | 84747df601a2f3688cefe15eaf9fbfe411e891c8 /src/internal_cmd.c | |
| parent | d0e254663e64e40b676644038a9d7c95a2f25116 (diff) | |
| download | spmc-96145d5fdc0d695414f200c2afa372818f4857df.tar.gz | |
Fixes
* Verbosity++
* If no requirements are present do not to report we are installing some
* Redirect all shell output to stderr (need a better way)
* implemented file_is_binexec() to avoid running patchelf on generic data files
Diffstat (limited to 'src/internal_cmd.c')
| -rw-r--r-- | src/internal_cmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/internal_cmd.c b/src/internal_cmd.c index 38456cf..3801fda 100644 --- a/src/internal_cmd.c +++ b/src/internal_cmd.c @@ -84,9 +84,6 @@ void rpath_set_interface_usage(void) { * @return */ int rpath_set_interface(int argc, char **argv) { - for (int i = 0; i < argc; i++) { - printf("argv[%d] = %s\n", i, argv[i]); - } if (argc < 3) { rpath_set_interface_usage(); return -1; |
