diff options
Diffstat (limited to 'stap-client')
-rwxr-xr-x | stap-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-client b/stap-client index 18e24ca9..68584e1b 100755 --- a/stap-client +++ b/stap-client @@ -61,7 +61,7 @@ function initialization { m_name= module_name=stap_$$ uname_r="`uname -r`" - arch=`get_arch` + arch=`stap_get_arch` # Default variable settings find_all= |