>> Usage: /bin/bash [GNU long option] [option] ... >> /bin/bash [GNU long option] [option] script-file ... >> GNU long options: >> --debug >> > > Can you change > cC := iif( hbide_getOS() == "nix", "-c ", "/C " ) > to > cC := iif( hbide_getOS() == "nix", "-c .", "/C " ) > > and try again?
Rather to: cC := iif( hbide_getOS() == "nix", "", "/C " ) An .sh file is not a command, so -c is just not needed there. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour