diff options
author | Dave Brolley <brolley@redhat.com> | 2009-10-26 15:20:06 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-10-26 15:20:06 -0400 |
commit | 7901b115cfa71950649621818402f625fdb83a53 (patch) | |
tree | 097c411fc83a66f90127b688b8cf57a9b910dea5 /stap-client | |
parent | 09070e8a586fa1d7592f9b35c9413c6cfdc8a477 (diff) | |
download | systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.tar.gz systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.tar.xz systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.zip |
stap-server initscript fully functional.
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= |