diff options
author | jbj <devnull@localhost> | 2003-04-30 20:04:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-30 20:04:58 +0000 |
commit | 1359f248a342c67e364ab83000f83f0c513f4686 (patch) | |
tree | 51581493140f2d4fbab36f65319ccb40435b4cdc /db3 | |
parent | b1c4b8352440609c0c9c1a9a415d37a8e0c75439 (diff) | |
download | librpm-tizen-1359f248a342c67e364ab83000f83f0c513f4686.tar.gz librpm-tizen-1359f248a342c67e364ab83000f83f0c513f4686.tar.bz2 librpm-tizen-1359f248a342c67e364ab83000f83f0c513f4686.zip |
splint fiddles.
CVS patchset: 6797
CVS date: 2003/04/30 20:04:58
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure index 3c2f6f8ba..1b4aa145c 100755 --- a/db3/configure +++ b/db3/configure @@ -1,6 +1,9 @@ #!/bin/sh #set -x -db_dist="../db/dist" +base_name=`basename $0` +base_path=`echo $0 | sed s,$base_name,,` + +db_dist="${base_path}../db/dist" rm -f config.cache |