From 5cd19a3cfd1ca09f228df51c1e50d31a9a11c65d Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 16 Jul 2002 22:16:05 +0000 Subject: A little bit more thought has resulted in a generic script which can implement any of the useless POSIX-required ``regular shell builtin'' utilities, saving one frag and one inode each. The script moves to usr.bin/alias which is alphabetically the first of these commands. --- usr.bin/command/Makefile | 6 ------ usr.bin/command/command.sh | 4 ---- 2 files changed, 10 deletions(-) delete mode 100644 usr.bin/command/Makefile delete mode 100644 usr.bin/command/command.sh (limited to 'usr.bin/command') diff --git a/usr.bin/command/Makefile b/usr.bin/command/Makefile deleted file mode 100644 index e27201f7e4c0..000000000000 --- a/usr.bin/command/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD$ - -SCRIPTS=command.sh -NOMAN= - -.include diff --git a/usr.bin/command/command.sh b/usr.bin/command/command.sh deleted file mode 100644 index 74d585b1eb9c..000000000000 --- a/usr.bin/command/command.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# This file is in the public domain. -command ${1+"$@"} -- cgit v1.3