Author: glen
Date: Thu May  1 15:00:53 2008
New Revision: 9743

Modified:
   geninitrd/trunk/geninitrd
Log:
- fix pdkshism, bug 146

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Thu May  1 15:00:53 2008
@@ -2107,7 +2107,7 @@
 esac
 
 if is_yes "$COMPRESS"; then
-       local tmp=$(mktemp "$target".XXXXXX) || die "mktemp failed"
+       tmp=$(mktemp "$target".XXXXXX) || die "mktemp failed"
        debug "Compressing $target"
        gzip -9 < "$IMAGE" > "$tmp"
        mv -f "$tmp" "$target"
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to