diff options
author | Michael Adam <obnox@samba.org> | 2007-12-23 01:34:20 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-23 01:34:20 +0100 |
commit | d75d3bc021c5f9242dd786ebf1aab57aadf7df23 (patch) | |
tree | 25ccc95dd49be59ec9c871cfd8f6aeb66f1a561b /source3/script | |
parent | 24e694796d9c7658292af1ea6261889d2c120b35 (diff) | |
download | samba-d75d3bc021c5f9242dd786ebf1aab57aadf7df23.tar.gz samba-d75d3bc021c5f9242dd786ebf1aab57aadf7df23.tar.bz2 samba-d75d3bc021c5f9242dd786ebf1aab57aadf7df23.zip |
Fix typo in output.
Michael
(This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 0ad0639cb9..515c95bdbd 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -71,7 +71,7 @@ PATH=bin:$PATH export PATH LD_LIBRARY_PATH=$BINDIR -echo "LD_LIBRRARY_PATH=$LD_LIBRARY_PATH" +echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" export LD_LIBRARY_PATH ## |