aboutsummaryrefslogtreecommitdiffstats
path: root/install-utils
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2004-09-17 19:54:22 -0400
committerTheodore Ts'o <tytso@mit.edu>2004-09-17 19:54:22 -0400
commit56eb4d47492c975b25ab1737a6fffefc80e5c137 (patch)
tree76c095667092608b70689c5d3294f87a275a87d1 /install-utils
parent9845cf5dbd4d06ebc1fe0db99078d7a0be641e0a (diff)
downloadandroid_external_e2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.tar.gz
android_external_e2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.tar.bz2
android_external_e2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.zip
Remove XSI:isms for greater portability. (Addresses
Debian Bug #255589)
Diffstat (limited to 'install-utils')
-rw-r--r--install-utils/ChangeLog5
-rw-r--r--install-utils/convfstab2
2 files changed, 6 insertions, 1 deletions
diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog
index d20f0310..3d41d6f8 100644
--- a/install-utils/ChangeLog
+++ b/install-utils/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-17 Theodore Ts'o <tytso@mit.edu>
+
+ * convfstab: Remove XSI:isms for greater portability.
+ (Addresses Debian Bug #255589)
+
2004-02-28 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.35
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"