Diff for /freem/scripts/fmd-package between versions 1.2 and 1.3

version 1.2, 2025/04/06 05:01:21 version 1.3, 2025/04/07 00:45:52
Line 25 Line 25
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   Revision 1.3  2025/04/07 00:45:52  snw
   #   Enhance fmd-pkg-dpkg to auto-generate the debian/changelog file from the FreeM ChangeLog
   #
 #   Revision 1.2  2025/04/06 05:01:21  snw  #   Revision 1.2  2025/04/06 05:01:21  snw
 #   Initial working implementation of fmd package for dpkg  #   Initial working implementation of fmd package for dpkg
 #  #
Line 60  then Line 63  then
     usage      usage
 fi  fi
   
 if [[ $# != 2 ]]  if [[ $# != 1 ]]
 then  then
     echo "package:  must be run from 'fmd package'"      echo "package:  must be run from 'fmd package'"
     exit 1      exit 1

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>