diff options
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/umount')
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/umount | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/umount b/usr.sbin/bsdinstall/scripts/umount index a5d96ffffd32..345cd1938b0d 100755 --- a/usr.sbin/bsdinstall/scripts/umount +++ b/usr.sbin/bsdinstall/scripts/umount @@ -24,7 +24,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # If we mounted the DVD packages, unmount them if [ -d $BSDINSTALL_CHROOT/dist/packages ]; then |