diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-12-03 13:36:32 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-12-03 13:36:32 -0500 |
commit | b5e66adadbad65fddc40a2143e3692e41cf6d1af (patch) | |
tree | c7bd2f51f3940c01ccf9d28ca91d71c7564bc421 /hash.cxx | |
parent | a42876234df99f8523ddb2b21025352f37231c39 (diff) | |
download | systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.tar.gz systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.tar.xz systemtap-steved-b5e66adadbad65fddc40a2143e3692e41cf6d1af.zip |
PR5892: rename new -B /PATH to -r /PATH; merge functionality
Diffstat (limited to 'hash.cxx')
-rw-r--r-- | hash.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ find_hash (systemtap_session& s, const string& script) // Hash kernel release and arch. h.add(s.kernel_release); + h.add(s.kernel_build_tree); h.add(s.architecture); // Hash user-specified arguments (that change the generated module). |