diff options
| author | jtc <jtc@NetBSD.org> | 1993-11-29 19:01:27 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-11-29 19:01:27 +0000 |
| commit | a07d6b46fb37ab5ba8dfd7a926bbcf2fc2a9e310 (patch) | |
| tree | 9570d9a8f1a6247070f0c7ce848473134b21bb80 /gnu | |
| parent | 3956e86fbd083a691877abfab644e0369f09e084 (diff) | |
Was looking for config files in wrong place.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/send-pr/send-pr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index aab0139b4ba..493fb572e97 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -34,7 +34,7 @@ GNATS_ROOT=/b/gnats GNATS_ADDR=gnats-bugs@sun-lamp.cs.berkeley.edu # Where the gnats category tree lives. -DATADIR=/usr/share/gnats +DATADIR=/usr/share # If we've been moved around, try using GCC_EXEC_PREFIX. [ ! -d $DATADIR/gnats -a -d "$GCC_EXEC_PREFIX" ] && DATADIR=${GCC_EXEC_PREFIX}.. |
