diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-09-17 19:54:22 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-09-17 19:54:22 -0400 |
commit | 56eb4d47492c975b25ab1737a6fffefc80e5c137 (patch) | |
tree | 76c095667092608b70689c5d3294f87a275a87d1 /install-utils/convfstab | |
parent | 9845cf5dbd4d06ebc1fe0db99078d7a0be641e0a (diff) | |
download | e2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.tar.gz e2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.tar.xz e2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.zip |
Remove XSI:isms for greater portability. (Addresses
Debian Bug #255589)
Diffstat (limited to 'install-utils/convfstab')
-rw-r--r-- | install-utils/convfstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-utils/convfstab b/install-utils/convfstab index 01938d63..11160bf7 100644 --- a/install-utils/convfstab +++ b/install-utils/convfstab @@ -22,7 +22,7 @@ do echo "Please remove it by hand." >&2 ;; * ) - if [ $# -gt 6 -o $# -lt 3 ] + if [ $# -gt 6 ] || [ $# -lt 3 ] then echo "Don't have a clue about \"$LINE\"." >&2 echo "$LINE" |