diff options
author | obrien <obrien@FreeBSD.org> | 2006-08-31 19:33:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-08-31 19:33:20 +0000 |
commit | 07e9bb3c213038c27bb66c5e0a94b04f2886562f (patch) | |
tree | 04f6b34bd5f7d7b4edc915ed9695b05e46c0271b /shells | |
parent | 3426e452530b91126b0c56445e8cc047eb953e37 (diff) | |
download | FreeBSD-ports-07e9bb3c213038c27bb66c5e0a94b04f2886562f.zip FreeBSD-ports-07e9bb3c213038c27bb66c5e0a94b04f2886562f.tar.gz |
Move bash2 specification to lower in the file. In its current position,
caused the %F to be redefined to "bash2" as a side effect.
Submitted by: ru
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/pkg-plist b/shells/bash2/pkg-plist index 6d6b8e1..dfd1175 100644 --- a/shells/bash2/pkg-plist +++ b/shells/bash2/pkg-plist @@ -1,8 +1,8 @@ @comment $FreeBSD$ bin/bash -bin/bash2 @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +bin/bash2 bin/bashbug %%PORTDOCS%%%%DOCSDIR%%/article.ps.bz2 %%PORTDOCS%%%%DOCSDIR%%/bashref.ps.bz2 |