diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-21 01:04:17 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-21 01:04:17 +0000 |
commit | 858137d0dd8672f25e4bfe21ce79ff280bd2457b (patch) | |
tree | a881ee452ab85f61563b6a32d4405240fcf5906e /source3/script | |
parent | 0971cbb9eb2ba429b61292ee77985e56c2ab4be1 (diff) | |
download | samba-858137d0dd8672f25e4bfe21ce79ff280bd2457b.tar.gz samba-858137d0dd8672f25e4bfe21ce79ff280bd2457b.tar.bz2 samba-858137d0dd8672f25e4bfe21ce79ff280bd2457b.zip |
- Fix modules build of pdb_mysql and pdb_xml
- Fix typo in script/installswat.sh
(This used to be commit 8d2aec7a73d41a9d32c10abd1c8833ebfd41dd77)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installswat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index c66604cdb8..d1f8ea191d 100755 --- a/source3/script/installswat.sh +++ b/source3/script/installswat.sh @@ -1,5 +1,5 @@ #!/bin/sh -#fist version March 1998, Andrew Tridgell +#first version March 1998, Andrew Tridgell SWATDIR=$1 SRCDIR=$2/ |