aboutsummaryrefslogtreecommitdiff
path: root/pdksh/pdkshrc.d/diff.pdksh
diff options
context:
space:
mode:
Diffstat (limited to 'pdksh/pdkshrc.d/diff.pdksh')
-rw-r--r--pdksh/pdkshrc.d/diff.pdksh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pdksh/pdkshrc.d/diff.pdksh b/pdksh/pdkshrc.d/diff.pdksh
deleted file mode 100644
index 2c752c8d..00000000
--- a/pdksh/pdkshrc.d/diff.pdksh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Use a unified format for diff(1) by default
-diff() {
- command diff -u "$@"
-}