diff options
Diffstat (limited to 'stap-env')
-rwxr-xr-x | stap-env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ stap_signing_db=$stap_sysconfdir/systemtap/staprun stap_certfile=stap.cert stap_old_certfile=stap-server.cert -function get_arch { +function stap_get_arch { # PR4186: Copy logic from coreutils uname (uname -i) to squash # i?86->i386. Actually, copy logic from linux top-level Makefile # to squash uname -m -> $(SUBARCH). |