]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- fix revision expand
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Aug 2009 19:54:42 +0000 (19:54 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Aug 2009 19:54:42 +0000 (19:54 +0000)
svn-id: @10468

geninitrd

index 47addf7504546f613333e51e3322a79ea3fb6bcb..fbaaa163849c61a8e0bba0d044de51ccd70241dd 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -8,7 +8,7 @@
 #
 
 RCSID='$Revision$ $Date$'
-R=${RCSID#* * }; VERSION=${R%% *}
+R=${RCSID#* *}; VERSION=${R%% *}
 PROGRAM=${0##*/}
 
 . /etc/rc.d/init.d/functions
This page took 0.030205 seconds and 4 git commands to generate.