Git Product home page Git Product logo

Comments (5)

BrandonShega avatar BrandonShega commented on August 15, 2024 1

@jwworth They are, they're located here https://github.com/BrandonShega/dotmatrix

from dotmatrix.

jgdavey avatar jgdavey commented on August 15, 2024 1

I was able to reproduce this in a totally "clean" bash shell (env -i bash --norc --noprofile).

The fix oddly enough is to change the hr/bin/hr command to just be a symlink to the hr/libexec/hr script. I'll do a PR shortly.

from dotmatrix.

jwworth avatar jwworth commented on August 15, 2024

Thanks for raising this issue, @BrandonShega! I think I've seen that error before, but can't seem to reproduce it now. Are your dotfiles open source by chance? That would be helpful for trying to reproduce the issue.

Tagging @jgdavey

from dotmatrix.

jgdavey avatar jgdavey commented on August 15, 2024

Actually, it looks like that's already how dotmatrix is set up. Here are some commands that should work for you to get it back in order:

# In your dotmatrix dir:
$ rm hr/bin/hr
$ ln -nfs ../libexec/hr hr/bin/hr
$ git commit -a -m "Fix hr binary"

from dotmatrix.

BrandonShega avatar BrandonShega commented on August 15, 2024

@jgdavey Thanks, that looks like it did the trick for me. Sorry for the late response, I took quite the long break over the holidays and didn't get a chance to get this back and working.

from dotmatrix.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.