Lines Matching refs:exe
4319 *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
4866 # a .exe suffix, so we strip it off here.
4868 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
4870 # test for cygwin because mv fails w/o .exe extensions
4873 exeext=.exe
4874 outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
4882 cwrapper="$output_path/$output_name.exe"
4993 DEBUG("(main) found exe at : %s\n",newargz[1]);
4994 /* we know the script has the same name, without the .exe */
4995 /* so make sure newargz[1] doesn't end in .exe */
4996 strendzap(newargz[1],".exe");
6060 # If the file is missing, and there is a .exe on the end, strip it
6065 *.exe)
6067 file=`$echo $file|${SED} 's,.exe$,,'`
6068 stripped_ext=".exe"
6076 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6087 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6123 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6159 # remove .exe since cygwin /usr/bin/install will append another
6164 *.exe:*.exe)
6167 *.exe:*)
6168 destfile=$destfile.exe
6170 *:*.exe)
6171 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
6583 *.exe)
6584 file=`$echo $file|${SED} 's,.exe$,,'`
6585 noexename=`$echo $name|${SED} 's,.exe$,,'`
6586 # $file with .exe has already been added to rmfiles,
6587 # add $file without .exe
6596 # note $name still contains .exe if it was in $file originally