aclocal: When checking for `environ', don't find `__environ'.
[cfd] / mklinks.in
index bc27bbf..d41ac83 100755 (executable)
 # along with `common'; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#----- Revision history -----------------------------------------------------
-#
-# $Log$
-
 # --- Configuration variables ---
 
 prefix=@prefix@
@@ -52,7 +48,7 @@ EOF
       ;;
     -v | --v | --ve | --ver | --vers | --versi | --versio | --version)
       version=`echo '$Revision: 1.4 $' |
-       sed -n -e 's;^.*: \([0-9.]*\)\\$;\1;p'`
+       sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'`
       echo "mklinks $version; Common Files Distribution version @VERSION@"
       exit 0
       ;;