r4544 - in dists/trunk/utils/initramfs-tools: . debian
maximilian attems
maks-guest at costa.debian.org
Wed Oct 19 15:43:52 UTC 2005
Author: maks-guest
Date: 2005-10-19 15:43:49 +0000 (Wed, 19 Oct 2005)
New Revision: 4544
Modified:
dists/trunk/utils/initramfs-tools/debian/changelog
dists/trunk/utils/initramfs-tools/mkinitramfs
Log:
fix small stupid bug in newer opts handling.
Modified: dists/trunk/utils/initramfs-tools/debian/changelog
===================================================================
--- dists/trunk/utils/initramfs-tools/debian/changelog 2005-10-19 11:17:05 UTC (rev 4543)
+++ dists/trunk/utils/initramfs-tools/debian/changelog 2005-10-19 15:43:49 UTC (rev 4544)
@@ -12,6 +12,7 @@
[ maximilian attems ]
* Resynchronise with latest upstream release.
+ * Place shift after variable outfile assignment.
[ Jeff Bailey ]
* scripts/nfs (mountroot): New variable: NFSOPTS, default to
@@ -33,7 +34,7 @@
* Quote variables.
* Use test options -n and -z.
- -- Jonas Smedegaard <dr at jones.dk> Tue, 18 Oct 2005 04:16:30 +0200
+ -- maximilian attems <maks at sternwelten.at> Wed, 19 Oct 2005 17:42:08 +0200
initramfs-tools (0.31) unstable; urgency=low
Modified: dists/trunk/utils/initramfs-tools/mkinitramfs
===================================================================
--- dists/trunk/utils/initramfs-tools/mkinitramfs 2005-10-19 11:17:05 UTC (rev 4543)
+++ dists/trunk/utils/initramfs-tools/mkinitramfs 2005-10-19 15:43:49 UTC (rev 4544)
@@ -29,8 +29,8 @@
;;
-o)
touch $2
+ outfile="$(readlink -f "$2")"
shift 2
- outfile="$(readlink -f "$2")"
;;
-k)
keep="y"
More information about the Kernel-svn-changes
mailing list