Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:exe

4402 	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
4949 # a .exe suffix, so we strip it off here.
4951 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
4953 # test for cygwin because mv fails w/o .exe extensions
4956 exeext=.exe
4957 outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
4965 cwrapper="$output_path/$output_name.exe"
5076 DEBUG("(main) found exe at : %s\n",newargz[1]);
5077 /* we know the script has the same name, without the .exe */
5078 /* so make sure newargz[1] doesn't end in .exe */
5079 strendzap(newargz[1],".exe");
6157 # If the file is missing, and there is a .exe on the end, strip it
6162 *.exe)
6164 file=`$echo $file|${SED} 's,.exe$,,'`
6165 stripped_ext=".exe"
6173 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6184 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6220 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6256 # remove .exe since cygwin /usr/bin/install will append another
6261 *.exe:*.exe)
6264 *.exe:*)
6265 destfile=$destfile.exe
6267 *:*.exe)
6268 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
6682 *.exe)
6683 file=`$echo $file|${SED} 's,.exe$,,'`
6684 noexename=`$echo $name|${SED} 's,.exe$,,'`
6685 # $file with .exe has already been added to rmfiles,
6686 # add $file without .exe
6695 # note $name still contains .exe if it was in $file originally