diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-07 21:48:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-07 21:48:11 +0200 |
commit | e7e6239bba75b6f3fa24993f721d1b1e77f56664 (patch) | |
tree | 643689d07f2e66facebb47c9b2570feda0d9ef7b /test.d | |
parent | test and fix mds-respawn + add missed staging: monotonic clock should be raw (diff) | |
download | mds-e7e6239bba75b6f3fa24993f721d1b1e77f56664.tar.gz mds-e7e6239bba75b6f3fa24993f721d1b1e77f56664.tar.bz2 mds-e7e6239bba75b6f3fa24993f721d1b1e77f56664.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test.d')
-rwxr-xr-x | test.d/mdsinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test.d/mdsinitrc b/test.d/mdsinitrc index 978dbb6..aaa52a6 100755 --- a/test.d/mdsinitrc +++ b/test.d/mdsinitrc @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -echo "Successfully spawned mdsinitrc. " +echo "Successfully spawned mdsinitrc." export PATH="$(realpath bin):${PATH}" cd test.d |