Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch:Configure _58 QNX #273

Closed
p5pRT opened this issue Jul 28, 1999 · 3 comments
Closed

Patch:Configure _58 QNX #273

p5pRT opened this issue Jul 28, 1999 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Jul 28, 1999

Migrated from rt.perl.org#1095 (status was 'resolved')

Searchable as RT1095$

@p5pRT
Copy link
Author

p5pRT commented Jul 28, 1999

From allen@huarp.harvard.edu

exit 0

*** perl5.005_58.ORIG/Configure Sun Jul 25 22​:18​:02 1999
--- perl5.005_58/Configure Wed Jul 28 10​:25​:46 1999
***************
*** 12772,12781 ****
  eval $find_extensions;
  cd ..;
  shift;
! fi
  fi
  ;;
! esac
  done'
  tdir=`pwd`
  cd $rsrc/ext
--- 12772,12781 ----
  eval $find_extensions;
  cd ..;
  shift;
! fi;
  fi
  ;;
! esac;
  done'
  tdir=`pwd`
  cd $rsrc/ext

@p5pRT
Copy link
Author

p5pRT commented Jul 28, 1999

From @jhi

! fi
fi
;;
! esac
done'
tdir=`pwd`
cd $rsrc/ext
--- 12772,12781 ----
eval $find_extensions;
cd ..;
shift;
! fi;
fi
;;
! esac;

But no ';' after the middle 'fi'?

--
$jhi++; # http​://www.iki.fi/jhi/
  # There is this special biologist word we use for 'stable'.
  # It is 'dead'. -- Jack Cohen

@p5pRT
Copy link
Author

p5pRT commented Jul 28, 1999

From [Unknown Contact. See original ticket]

Jarkko Hietaniemi wrote​:

! fi
fi
;;
! esac
done'
tdir=`pwd`
cd $rsrc/ext
--- 12772,12781 ----
eval $find_extensions;
cd ..;
shift;
! fi;
fi
;;
! esac;

But no ';' after the middle 'fi'?

Go figure! No, the ';;' is enough punctuation for 'em.

-Norton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant