summaryrefslogtreecommitdiffstats
path: root/initscript
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-21 19:42:57 -0500
committerDave Brolley <brolley@redhat.com>2009-12-21 19:42:57 -0500
commitd6df3d15c244688928d8ca46d779d658fa27583b (patch)
tree0488940582537157f24653a4793e5bac188c8985 /initscript
parent600450900a5e98404c91104d2cb20cddce42838e (diff)
downloadsystemtap-steved-d6df3d15c244688928d8ca46d779d658fa27583b.tar.gz
systemtap-steved-d6df3d15c244688928d8ca46d779d658fa27583b.tar.xz
systemtap-steved-d6df3d15c244688928d8ca46d779d658fa27583b.zip
Typo: @bindir -> @bindir@
Diffstat (limited to 'initscript')
-rw-r--r--initscript/stap-server.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/initscript/stap-server.in b/initscript/stap-server.in
index 6001180a..5ffbcc92 100644
--- a/initscript/stap-server.in
+++ b/initscript/stap-server.in
@@ -9,4 +9,4 @@
# config: /etc/stap-server/conf.d
# Call the installed stap-server script.
-STAP_USER=stap-server @bindir/stap-server "$@"
+STAP_USER=stap-server @bindir@/stap-server "$@"