3 Replies Latest reply on Nov 7, 2010 9:26 PM by kapitanpetko

    Illegal Option -d using checkout script to obtain source code

    dhinojosa

      Howdy.


      In the Check out and build seam page page.  I downloaded and ran the script as recommended:


      wget http://github.com/seam/build/raw/master/checkout.sh
      chmod 755 checkout.sh
      ./checkout.sh -d seam-trunk -r
      



      What I got was the following:


      danno@danno-76:~/development$ ./checkout.sh -d seam-trunk -r
      Illegal option -d
      usage: ./checkout.sh options
      
      This script will check out Seam 3.
      
      OPTIONS:
         -h      Show this usage message
         -d      Destination directory, otherwise the PWD is used 
         -m      Checkout (clone) in manager mode (SSH mode) (default is read-only)
         -v      Be more verbose
         -c      Don't run git fetch if the repository has already been cloned
         -b      Build and install parent, tools and bom modules
      



      Help is appreciated.