diff options
author | Gustav Simonsson <[email protected]> | 2012-03-19 16:12:46 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-19 16:12:46 +0100 |
commit | bd8e724a56aff8936fe61bfdb72e9548637ef561 (patch) | |
tree | 4acf72f622ab19089bcab840ad867f530f971432 /lib/megaco/examples/meas/meas.sh.skel.src | |
parent | 8406f47252a5f1fd38cd771aa7fa692817677709 (diff) | |
parent | 662e3ffeed74d9121315d86af46430dd71e01709 (diff) | |
download | otp-bd8e724a56aff8936fe61bfdb72e9548637ef561.tar.gz otp-bd8e724a56aff8936fe61bfdb72e9548637ef561.tar.bz2 otp-bd8e724a56aff8936fe61bfdb72e9548637ef561.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/megaco/examples/meas/meas.sh.skel.src')
-rw-r--r-- | lib/megaco/examples/meas/meas.sh.skel.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/megaco/examples/meas/meas.sh.skel.src b/lib/megaco/examples/meas/meas.sh.skel.src index c7bd6cdd2a..ecf463b9c6 100644 --- a/lib/megaco/examples/meas/meas.sh.skel.src +++ b/lib/megaco/examples/meas/meas.sh.skel.src @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2007-2011. All Rights Reserved. +# Copyright Ericsson AB 2007-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -32,6 +32,7 @@ STOP="-s init stop" ERL="erl \ -noshell \ + +sbt tnnps \ -pa $MEAS_HOME \ $MEAS_DEFAULT \ $STOP" |