forgotten putenv
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Thu, 29 Sep 2005 15:53:34 +0000 (15:53 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Thu, 29 Sep 2005 15:53:34 +0000 (15:53 -0000)
e2fsprogs/mke2fs.c

index f418578666d438a0bc0f2bb008af31b754803f6c..017fb53c5721828f1886af16e2add878275f0462 100644 (file)
@@ -4,10 +4,8 @@
  * Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  *     2003, 2004, 2005 by Theodore Ts'o.
  *
- * %Begin-Header%
  * This file may be redistributed under the terms of the GNU Public
  * License.
- * %End-Header%
  */
 
 /* Usage: mke2fs [options] device
@@ -799,6 +797,7 @@ static int PRS(int argc, char *argv[])
                char *newpath;
 
                bb_xasprintf(&newpath, "%s:%s", PATH_SET, oldpath);
+               putenv(newpath);
        } else
                putenv (PATH_SET);