No space between #! and /bin/sh!

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2678 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-10-18 17:18:33 +00:00
parent 65c019830b
commit e50a290d8a
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
#!/bin/sh
#
# "$Id: fltk-config.in,v 1.12.2.15 2002/10/07 13:19:21 easysw Exp $"
# "$Id: fltk-config.in,v 1.12.2.16 2002/10/18 17:18:33 easysw Exp $"
#
# FLTK configuration utility.
#
@ -292,5 +292,5 @@ if test "$echo_libs" = "yes"; then
fi
#
# End of "$Id: fltk-config.in,v 1.12.2.15 2002/10/07 13:19:21 easysw Exp $".
# End of "$Id: fltk-config.in,v 1.12.2.16 2002/10/18 17:18:33 easysw Exp $".
#