summaryrefslogtreecommitdiff
path: root/ucf
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2008-09-03 09:18:58 -0500
committerManoj Srivastava <srivasta@debian.org>2008-09-03 09:18:58 -0500
commit271ce36ccabf074487fc683f8986e370705d15a6 (patch)
tree2dfc7ac2ffee477e81022f94d60914f35b52067e /ucf
parentda4a8bd1558fa3af1676b92b58373a0f4f1b0b4e (diff)
A one character typo fix.
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'ucf')
-rwxr-xr-xucf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucf b/ucf
index a20f3c0..c82f84f 100755
--- a/ucf
+++ b/ucf
@@ -62,7 +62,7 @@ show_diff() {
if [ -z "$1" ]; then
DIFF="There are no non-white space differences in the files."
else
- if [ 99999 -lt $(echo $l | wc -c | awk '{print $1; }') ]; then
+ if [ 99999 -lt $(echo $1 | wc -c | awk '{print $1; }') ]; then
DIFF="The differences between the files are too large to display."
else
DIFF="$1"