Codebase list debian-goodies / 1908218
find-dbgsym-packages: print the command being executed Makes it clear what password is needed and makes it clear what packages are being installed. Paul Wise 3 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 debian-goodies (0.87) UNRELEASED; urgency=medium
1
2 * find-dbgsym-packages: print the command being executed
3
4 -- Paul Wise <pabs@debian.org> Mon, 25 May 2020 11:20:42 +0800
5
06 debian-goodies (0.86) unstable; urgency=medium
17
28 [ Paul Wise ]
142142 }
143143 }
144144 }
145
146 # Print the command that is being executed so
147 # that it is clear what password is needed
148 print("\$ @cmd\n");
145149
146150 # Finally execute the command constructed above
147151 exec(@cmd);