Fix mis-spelt ${.CURDIR}.

This commit is contained in:
Jun Kuriyama 2001-12-13 08:35:17 +00:00
parent 0f1cec2578
commit 483d0f053e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51460
4 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
if [ -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc ]; then
exit
fi
@ -39,7 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \
esac
fi
exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
exec > ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
SUB_QSTAT="@comment "
SUB_FPING="@comment "
@ -91,7 +91,7 @@ while [ "$1" ]; do
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
rm -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
exit 1
;;
esac

View file

@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
if [ -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc ]; then
exit
fi
@ -39,7 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \
esac
fi
exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
exec > ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
SUB_QSTAT="@comment "
SUB_FPING="@comment "
@ -91,7 +91,7 @@ while [ "$1" ]; do
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
rm -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
exit 1
;;
esac

View file

@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
if [ -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc ]; then
exit
fi
@ -39,7 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \
esac
fi
exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
exec > ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
SUB_QSTAT="@comment "
SUB_FPING="@comment "
@ -91,7 +91,7 @@ while [ "$1" ]; do
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
rm -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
exit 1
;;
esac

View file

@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
if [ -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc ]; then
exit
fi
@ -39,7 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \
esac
fi
exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
exec > ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
SUB_QSTAT="@comment "
SUB_FPING="@comment "
@ -91,7 +91,7 @@ while [ "$1" ]; do
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
rm -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
exit 1
;;
esac