===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yorick-2.2.04+dfsg1/Makefile-98-dist: siteclean
yorick-2.2.04+dfsg1/Makefile:99:	W=`pwd`;N=`basename "$$W"`;R=`tail -n 1 VERSION`;cd ..;\
yorick-2.2.04+dfsg1/Makefile-100-	tar cvf - $$N|gzip - >$$N.$$R.tgz;
##############################################
yorick-2.2.04+dfsg1/Makefile-118-	mkdir relocate/contrib
yorick-2.2.04+dfsg1/Makefile:119:	W=`pwd`;N=`basename "$$W"`;R=`tail -n 1 VERSION`;\
yorick-2.2.04+dfsg1/Makefile-120-	mv relocate $$N-$$R;tar cvf - $$N-$$R|gzip - >$$N-$$R.tgz;\
##############################################
yorick-2.2.04+dfsg1/distribs/md5-6-
yorick-2.2.04+dfsg1/distribs/md5:7:base=`basename $1`
yorick-2.2.04+dfsg1/distribs/md5-8-if md5 $1 2>/dev/null; then
##############################################
yorick-2.2.04+dfsg1/distribs/md5-10-else
yorick-2.2.04+dfsg1/distribs/md5:11:  echo "MD5 ($base) = "`md5sum -b $1 | cut -f 1 -d ' '`
yorick-2.2.04+dfsg1/distribs/md5-12-fi
##############################################
yorick-2.2.04+dfsg1/distribs/md5-14-# recent ports versions want file size as well as md5 checksum
yorick-2.2.04+dfsg1/distribs/md5:15:#echo "SIZE ($base) = "`wc -c < $1`
##############################################
yorick-2.2.04+dfsg1/distribs/yorick/pkg-install-4-  YH=$PKG_PREFIX/lib/yorick
yorick-2.2.04+dfsg1/distribs/yorick/pkg-install:5:  x=`grep "^Y_HOME=$YH" $YH/Make.cfg`
yorick-2.2.04+dfsg1/distribs/yorick/pkg-install-6-  if test -z "$x"; then
##############################################
yorick-2.2.04+dfsg1/i/ieee.i-185-  for (i=1 ; i<=size ; i++)
yorick-2.2.04+dfsg1/i/ieee.i:186:    addr(i) = _numfmt1(p256c(i), p256c(i+1));
yorick-2.2.04+dfsg1/i/ieee.i-187-  len = where(addr>=0)(0);
yorick-2.2.04+dfsg1/i/ieee.i:188:  step = addr(dif:1:len);
yorick-2.2.04+dfsg1/i/ieee.i-189-  if (anyof(step(dif))) error, "can't handle VAX float format yet";
##############################################
yorick-2.2.04+dfsg1/i/ieee.i-209-  epsilon = p256(len);
yorick-2.2.04+dfsg1/i/ieee.i:210:  man_size = addr(1)-addr(len)+1;
yorick-2.2.04+dfsg1/i/ieee.i-211-  for (i=1 ; i<=8 ; epsilon*=type(0.5),man_size++,i++)
##############################################
yorick-2.2.04+dfsg1/i0/std.i-4736- *  The second process must actively seek the connection, so it needs
yorick-2.2.04+dfsg1/i0/std.i:4737: *  to pass both the machine address addr (like "www.example.com") of
yorick-2.2.04+dfsg1/i0/std.i-4738- *  the listening process, as well as the port number on which it is
##############################################
yorick-2.2.04+dfsg1/mpy/configure-22-  ;;
yorick-2.2.04+dfsg1/mpy/configure:23:  --yorick=*) yorick_exe=`echo $opt | sed -e s/--yorick=//`
yorick-2.2.04+dfsg1/mpy/configure-24-  ;;
yorick-2.2.04+dfsg1/mpy/configure:25:  --mpicc=*) mpicc_exe=`echo $opt | sed -e s/--mpicc=//`
yorick-2.2.04+dfsg1/mpy/configure-26-  ;;
yorick-2.2.04+dfsg1/mpy/configure:27:  --mpifc=*) mpifc_exe=`echo $opt | sed -e s/--mpifc=//`
yorick-2.2.04+dfsg1/mpy/configure-28-  ;;
yorick-2.2.04+dfsg1/mpy/configure:29:  --cflags=*) mpi_cflags=`echo $opt | sed -e s/--cflags=//`
yorick-2.2.04+dfsg1/mpy/configure-30-  ;;
yorick-2.2.04+dfsg1/mpy/configure:31:  --ldflags=*) mpi_ldflags=`echo $opt | sed -e s/--ldflags=//`
yorick-2.2.04+dfsg1/mpy/configure-32-  ;;
##############################################
yorick-2.2.04+dfsg1/mpy/configure-60-mpicc_dir=""
yorick-2.2.04+dfsg1/mpy/configure:61:mpicc_name=`echo $mpicc_exe | sed -e 's/[ \t].*//'`
yorick-2.2.04+dfsg1/mpy/configure-62-case "$mpicc_name" in
##############################################
yorick-2.2.04+dfsg1/mpy/configure-64-    if test -x "$mpicc_name" -a ! -d "$mpicc_name"; then
yorick-2.2.04+dfsg1/mpy/configure:65:      mpicc_dir=`dirname "$mpicc_name"`
yorick-2.2.04+dfsg1/mpy/configure-66-    fi
##############################################
yorick-2.2.04+dfsg1/mpy/configure-70-    IFS=:
yorick-2.2.04+dfsg1/mpy/configure:71:    for d in `echo "$PATH" | sed -e 's/^:/.:/' -e 's/::/:.:/g' -e 's/:$/:./'`
yorick-2.2.04+dfsg1/mpy/configure-72-    do
##############################################
yorick-2.2.04+dfsg1/mpy/configure-86-    if test -x "$yorick_exe" -a ! -d "$yorick_exe"; then
yorick-2.2.04+dfsg1/mpy/configure:87:      Y_BINDIR=`dirname "$yorick_exe"`
yorick-2.2.04+dfsg1/mpy/configure-88-      found="yes"
##############################################
yorick-2.2.04+dfsg1/mpy/configure-93-    IFS=:
yorick-2.2.04+dfsg1/mpy/configure:94:    for d in `echo "$PATH" | sed -e 's/^:/.:/' -e 's/::/:.:/g' -e 's/:$/:./'`
yorick-2.2.04+dfsg1/mpy/configure-95-    do
##############################################
yorick-2.2.04+dfsg1/mpy/configure-116-# try to handle escaped blanks in Y_MAKEDIR
yorick-2.2.04+dfsg1/mpy/configure:117:Y_HOME=`echo $Y_HOME | sed -e 's/\\\\ / /g'`
yorick-2.2.04+dfsg1/mpy/configure-118-
yorick-2.2.04+dfsg1/mpy/configure:119:CC=`grep '^CC=' "${Y_HOME}/Make.cfg" | sed -e 's/^CC=//'`
yorick-2.2.04+dfsg1/mpy/configure:120:CFLAGS=`grep '^Y_CFLAGS=' "${Y_HOME}/Make.cfg" | sed -e 's/^Y_CFLAGS=//'`
yorick-2.2.04+dfsg1/mpy/configure:121:LDFLAGS=`grep '^Y_LDFLAGS=' "${Y_HOME}/Make.cfg" | sed -e 's/^Y_LDFLAGS=//'`
yorick-2.2.04+dfsg1/mpy/configure-122-
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-63-static void swap_bytes(char *a, int nbytes, int ntot);
yorick-2.2.04+dfsg1/play/any/numfmt.c:64:static int bit_addr(char *a, char *b, int nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-65-static int integer_order(char *a, int nbytes);
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-215-      for (n=0,x=0.5f ; n<sizeof(double) ; n++,x*=(1.0f/256.0f))
yorick-2.2.04+dfsg1/play/any/numfmt.c:216:        if (bit_addr((char*)&data.f[i+n],
yorick-2.2.04+dfsg1/play/any/numfmt.c-217-                     (char*)&data.f[i+n+1],type_size[4])<0) break;
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-237-      for (n=0,x=0.5 ; n<sizeof(double) ; n++,x*=(1.0/256.0))
yorick-2.2.04+dfsg1/play/any/numfmt.c:238:        if (bit_addr((char*)&data.d[i+n],
yorick-2.2.04+dfsg1/play/any/numfmt.c-239-                     (char*)&data.d[i+n+1],type_size[5])<0) break;
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-267-static int
yorick-2.2.04+dfsg1/play/any/numfmt.c:268:bit_addr(char *a, char *b, int nbytes)
yorick-2.2.04+dfsg1/play/any/numfmt.c-269-{
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-336-    a = data + 4*nbytes;  /* a[i] = 1.0 + sum(0.5/256.0^i) */
yorick-2.2.04+dfsg1/play/any/numfmt.c:337:    addr1 = bit_addr(&a[0],&a[nbytes],nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-338-    a += nbytes;
yorick-2.2.04+dfsg1/play/any/numfmt.c:339:    addr0 = bit_addr(&a[0],&a[nbytes],nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-340-    a += nbytes;
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-343-    for (i=2 ; i<sizeof(double) ; i++, a+=nbytes) {
yorick-2.2.04+dfsg1/play/any/numfmt.c:344:      addr1 = bit_addr(&a[0],&a[nbytes],nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-345-      if (addr1 < 0) break;
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-391-  for (i=0 ; i<8 ; i++, b+=nbytes)
yorick-2.2.04+dfsg1/play/any/numfmt.c:392:    if (bit_addr(a,b,nbytes)<0) break;
yorick-2.2.04+dfsg1/play/any/numfmt.c-393-  layout->man_size = step+i;
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-397-  b = data + 5*nbytes;  /* 1.5 */
yorick-2.2.04+dfsg1/play/any/numfmt.c:398:  layout->man_addr = bit_addr(a, b, nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-399-
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-417-  b = data + 4*nbytes;  /*  1.0 */
yorick-2.2.04+dfsg1/play/any/numfmt.c:418:  layout->sgn_addr = bit_addr(a, b, nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-419-
##############################################
yorick-2.2.04+dfsg1/play/any/numfmt.c-422-  b = data + 3*nbytes;  /* 0.5^96 */
yorick-2.2.04+dfsg1/play/any/numfmt.c:423:  layout->exp_addr = bit_addr(a, b, nbytes);
yorick-2.2.04+dfsg1/play/any/numfmt.c-424-
##############################################
yorick-2.2.04+dfsg1/play/unix/fpuset.c-187-  unsigned int x, y;
yorick-2.2.04+dfsg1/play/unix/fpuset.c:188:  __asm __volatile ("pushf\n\t pop %%"X86_PREFIX"ax" : "=a" (x));
yorick-2.2.04+dfsg1/play/unix/fpuset.c-189-  y = x;          /* set x and y to original value of eflags */
yorick-2.2.04+dfsg1/play/unix/fpuset.c-190-  x ^= 0x200000;  /* flip bit 21, ID */
yorick-2.2.04+dfsg1/play/unix/fpuset.c:191:  __asm __volatile ("push %%"X86_PREFIX"ax\n\t popf" : : "a" (x));
yorick-2.2.04+dfsg1/play/unix/fpuset.c:192:  __asm __volatile ("pushf\n\t pop %%"X86_PREFIX"ax" : "=a" (x));
yorick-2.2.04+dfsg1/play/unix/fpuset.c-193-  if (x ^ y) {
##############################################
yorick-2.2.04+dfsg1/play/unix/fpuset.c-195-    /* this cpu has the cpuid instruction, restore original eflags */
yorick-2.2.04+dfsg1/play/unix/fpuset.c:196:    __asm __volatile ("push %%"X86_PREFIX"ax\n\t popf" : : "a" (y));
yorick-2.2.04+dfsg1/play/unix/fpuset.c-197-    /* get mmx, sse related feature bits from cpuid */
yorick-2.2.04+dfsg1/play/unix/fpuset.c:198:    __asm __volatile ("mov %%"X86_PREFIX"bx, %%"X86_PREFIX"si \n\t"
yorick-2.2.04+dfsg1/play/unix/fpuset.c-199-                      "cpuid \n\t"
##############################################
yorick-2.2.04+dfsg1/play/unix/fpuset.c-210-      state = ((state - (unsigned char *)0)&(~0xfL)) + (unsigned char *)0;
yorick-2.2.04+dfsg1/play/unix/fpuset.c:211:      __asm __volatile ("fxsave %0" : : "m" (*state));
yorick-2.2.04+dfsg1/play/unix/fpuset.c-212-      u_mxcsr_mask = *((unsigned int *)(state + 28));
##############################################
yorick-2.2.04+dfsg1/play/x11/xconfig.sh-76-        xfound=yes
yorick-2.2.04+dfsg1/play/x11/xconfig.sh:77:        xlib=`echo -L$d | sed s/include/lib/`
yorick-2.2.04+dfsg1/play/x11/xconfig.sh:78:        xl64=`echo -L$d | sed s/include/lib64/`
yorick-2.2.04+dfsg1/play/x11/xconfig.sh-79-      else
##############################################
yorick-2.2.04+dfsg1/play/x11/xconfig.sh-94-          xfound=yes
yorick-2.2.04+dfsg1/play/x11/xconfig.sh:95:          xlib=`echo -L$d | sed s/include/lib/`
yorick-2.2.04+dfsg1/play/x11/xconfig.sh:96:          xl64=`echo -L$d | sed s/include/lib64/`
yorick-2.2.04+dfsg1/play/x11/xconfig.sh-97-          if test $debug = no; then rm -f cfg.10a; fi
##############################################
yorick-2.2.04+dfsg1/play/x11/xconfig.sh-124-        for d1 in lib lib64; do
yorick-2.2.04+dfsg1/play/x11/xconfig.sh:125:          d=`echo $d0 | sed s/include/$d1/`
yorick-2.2.04+dfsg1/play/x11/xconfig.sh:126:          xall=`echo $d/libX11*`
yorick-2.2.04+dfsg1/play/x11/xconfig.sh-127-          if test "$xall" != $d/'libX11*'; then
##############################################
yorick-2.2.04+dfsg1/yorick/libdep.sh-8-# remove escaped blanks from Y_HOME
yorick-2.2.04+dfsg1/yorick/libdep.sh:9:yhome=`echo $1 | sed -e 's/\\\\ / /g'`
yorick-2.2.04+dfsg1/yorick/libdep.sh-10-shift
yorick-2.2.04+dfsg1/yorick/libdep.sh:11:yalt=`echo $2 | sed -e 's/\\\\ / /g'`
yorick-2.2.04+dfsg1/yorick/libdep.sh-12-shift
##############################################
yorick-2.2.04+dfsg1/yorick/libdep.sh-40-  if test -r "$dep"; then
yorick-2.2.04+dfsg1/yorick/libdep.sh:41:    opt=`cat $dep`
yorick-2.2.04+dfsg1/yorick/libdep.sh-42-    opts="$opt $opts"
##############################################
yorick-2.2.04+dfsg1/yorick/yconfig.sh-16-if echo "$here" | grep '^/tmp_mnt'; then
yorick-2.2.04+dfsg1/yorick/yconfig.sh:17:  tmp=`echo "$here" | sed -e s%\^/tmp_mnt%%`
yorick-2.2.04+dfsg1/yorick/yconfig.sh-18-  if test -d "$tmp"; then
##############################################
yorick-2.2.04+dfsg1/yorick/yconfig.sh-20-  else
yorick-2.2.04+dfsg1/yorick/yconfig.sh:21:    tmp=`echo "$tmp" | sed -e s%\^/[\^/]*%%`
yorick-2.2.04+dfsg1/yorick/yconfig.sh-22-    if test -d "$tmp"; then
##############################################
yorick-2.2.04+dfsg1/yorick/yconfig.sh-42-    Y_PLATFORM=`uname -s`-`uname -m`
yorick-2.2.04+dfsg1/yorick/yconfig.sh:43:    Y_PLATFORM=`echo $Y_PLATFORM | sed -e "s/ /_/g"`
yorick-2.2.04+dfsg1/yorick/yconfig.sh-44-  fi
##############################################
yorick-2.2.04+dfsg1/Makepkg-116-Y_HOME_ALT=
yorick-2.2.04+dfsg1/Makepkg:117:EXTRA_LIBS=`$(LIBDEP) "$(Y_EXE_HOME)" "$(Y_HOME_ALT)" $(EXTRA_PKGS)`
yorick-2.2.04+dfsg1/Makepkg-118-LD_EXE=$(CC) $(LDFLAGS) $(PLUG_EXPORT)
##############################################
yorick-2.2.04+dfsg1/Makepkg-143-	echo IMPORTS >$@
yorick-2.2.04+dfsg1/Makepkg:144:	sed -e "s/.*/\0 = `basename $(Y_EXE)`.\0/" <$(Y_LIBEXE)/yorapi.def >>$@
yorick-2.2.04+dfsg1/Makepkg-145-
##############################################
yorick-2.2.04+dfsg1/Makepkg-161-dist: distclean
yorick-2.2.04+dfsg1/Makepkg:162:	D=`pwd`; D=`basename "$$D"`; cd ..; tar cvf - "$$D"|gzip - >"$$D.tgz"
yorick-2.2.04+dfsg1/Makepkg-163-
##############################################
yorick-2.2.04+dfsg1/Makepkg-172-
yorick-2.2.04+dfsg1/Makepkg:173:Y_GROUP=`cat $(Y_LIBEXE)/install.grp`
yorick-2.2.04+dfsg1/Makepkg-174-YNSTALL=$(Y_LIBEXE)/install.sh $(Y_GROUP)
##############################################
yorick-2.2.04+dfsg1/Makepkg-240-# grab the executable name from the $CC
yorick-2.2.04+dfsg1/Makepkg:241:	@echo "CC_PATH=`which \`echo $(CC) | awk 'BEGIN { FS=\" \" };{print $$1}'\``" >> $(PKG_NAME).cfg
yorick-2.2.04+dfsg1/Makepkg-242-# grab the arguments (everyhing after the excutable) from CC
yorick-2.2.04+dfsg1/Makepkg:243:	@echo "CC_OPT=`echo $(CC) | awk 'BEGIN { FS=\" \" };{{ for (f=2; f <= NF; f++) { if (f != 1 && f != 9) printf(\"%s \", $$f);}}}'`" >>$(PKG_NAME).cfg
yorick-2.2.04+dfsg1/Makepkg-244-	@echo "LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" >>$(PKG_NAME).cfg
##############################################
yorick-2.2.04+dfsg1/debian/etc/yorick/packages/pkg_setup.i-49-
yorick-2.2.04+dfsg1/debian/etc/yorick/packages/pkg_setup.i:50:f=popen("test -w "+localtree+" ; echo $?",0);
yorick-2.2.04+dfsg1/debian/etc/yorick/packages/pkg_setup.i-51-line=rdline(f);
##############################################
yorick-2.2.04+dfsg1/debian/helpers/update-yorickdoc-7-CONFFILE=/etc/yorick-doc
yorick-2.2.04+dfsg1/debian/helpers/update-yorickdoc:8:USERFILE=${HOME}/.`basename ${CONFFILE}`
yorick-2.2.04+dfsg1/debian/helpers/update-yorickdoc-9-ENABLE_AUTO=1
##############################################
yorick-2.2.04+dfsg1/debian/helpers/update-yorickdoc-25-usage() {
yorick-2.2.04+dfsg1/debian/helpers/update-yorickdoc:26:    echo Usage: `basename $0` '[--auto|-a] [--purge|-p] [--verbose|-v|--quiet|-q] \'
yorick-2.2.04+dfsg1/debian/helpers/update-yorickdoc-27-    echo '   [--src-dir=] [--from=] [--to=] [--template=] [--xref-dir=] [--conf=]'
##############################################
yorick-2.2.04+dfsg1/debian/rules-167-	cd .. ; \
yorick-2.2.04+dfsg1/debian/rules:168:	  mv `basename $(CURDIR)` yorick-$(Y_FULL_VERS) ; \
yorick-2.2.04+dfsg1/debian/rules-169-	  tar cvf - yorick-$(Y_FULL_VERS) --exclude=.pc --exclude=.git \
##############################################
yorick-2.2.04+dfsg1/.pc/help_text/i0/std.i-4735- *  The second process must actively seek the connection, so it needs
yorick-2.2.04+dfsg1/.pc/help_text/i0/std.i:4736: *  to pass both the machine address addr (like "www.example.com") of
yorick-2.2.04+dfsg1/.pc/help_text/i0/std.i-4737- *  the listening process, as well as the port number on which it is
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-22-  ;;
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:23:  --yorick=*) yorick_exe=`echo $opt | sed -e s/--yorick=//`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-24-  ;;
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:25:  --mpicc=*) mpicc_exe=`echo $opt | sed -e s/--mpicc=//`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-26-  ;;
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:27:  --mpifc=*) mpifc_exe=`echo $opt | sed -e s/--mpifc=//`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-28-  ;;
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:29:  --cflags=*) mpi_cflags=`echo $opt | sed -e s/--cflags=//`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-30-  ;;
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:31:  --ldflags=*) mpi_ldflags=`echo $opt | sed -e s/--ldflags=//`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-32-  ;;
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-60-mpicc_dir=""
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:61:mpicc_name=`echo $mpicc_exe | sed -e 's/[ \t].*//'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-62-case "$mpicc_name" in
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-64-    if test -x "$mpicc_name" -a ! -d "$mpicc_name"; then
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:65:      mpicc_dir=`dirname "$mpicc_name"`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-66-    fi
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-70-    IFS=:
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:71:    for d in `echo "$PATH" | sed -e 's/^:/.:/' -e 's/::/:.:/g' -e 's/:$/:./'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-72-    do
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-86-    if test -x "$yorick_exe" -a ! -d "$yorick_exe"; then
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:87:      Y_BINDIR=`dirname "$yorick_exe"`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-88-      found="yes"
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-93-    IFS=:
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:94:    for d in `echo "$PATH" | sed -e 's/^:/.:/' -e 's/::/:.:/g' -e 's/:$/:./'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-95-    do
##############################################
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-116-# try to handle escaped blanks in Y_MAKEDIR
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:117:Y_HOME=`echo $Y_HOME | sed -e 's/\\\\ / /g'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-118-
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:119:CC=`grep '^CC=' "${Y_HOME}/Make.cfg" | sed -e 's/^CC=//'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:120:CFLAGS=`grep '^Y_CFLAGS=' "${Y_HOME}/Make.cfg" | sed -e 's/^Y_CFLAGS=//'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure:121:LDFLAGS=`grep '^Y_LDFLAGS=' "${Y_HOME}/Make.cfg" | sed -e 's/^Y_LDFLAGS=//'`
yorick-2.2.04+dfsg1/.pc/reproducible-build/mpy/configure-122-