File fvwm-themes-head.patch of Package fvwm-themes
diff -ru fvwm-themes-full-0.6.2.orig/bin/fvwm-themes-start.in fvwm-themes-full-0.6.2/bin/fvwm-themes-start.in
--- fvwm-themes-full-0.6.2.orig/bin/fvwm-themes-start.in 2002-06-17 01:44:51.000000000 +0200
+++ fvwm-themes-full-0.6.2/bin/fvwm-themes-start.in 2003-08-25 21:12:43.000000000 +0200
@@ -81,7 +81,7 @@
ln -s $destRcFile2 $rcName2
HEADERS_LINE=""
-test -f $rcFile && HEADERS_LINE="`head -1 $rcFile 2>/dev/null`"
+test -f $rcFile && HEADERS_LINE="`head -n 1 $rcFile 2>/dev/null`"
# check whether this is the first run
test "`echo $HEADERS_LINE | cut -d' ' -f3`" = "@VERSION@"
fvwm-themes-full-0.6.2/binだけに発見: fvwm-themes-start.in.~1~