mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Unlisted dependency: column (from the bsdmainutils package) #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olemartinorg on GitHub (Dec 30, 2015).
Hi! When i try to run the script without any parameters, it tries to use the "column" command, which may not be available on every system (but is found in the bsdmainutils package on debian/ubuntu, at least).
@lukas2511 commented on GitHub (Dec 30, 2015):
Interesting. I somehow assumed this to be a builtin, mh.
I'll probably just replace it with a simple printf statement in the next few days.
@lukas2511 commented on GitHub (Jan 8, 2016):
This should be fixed in
7727f5ea61.