mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
imp: install: don't list hledger-install.sh in PATH, seems confusing
This commit is contained in:
parent
0298a953e7
commit
48e90be82a
@ -854,7 +854,7 @@ print_cmd_version() {
|
||||
|
||||
# Show the current installation status of the hledger packages.
|
||||
print_installed_versions() {
|
||||
for cmd in $HLEDGER_MAIN_TOOLS $HLEDGER_OTHER_TOOLS $HLEDGER_INSTALL_TOOL ; do print_cmd_version "$cmd"; done
|
||||
for cmd in $HLEDGER_MAIN_TOOLS $HLEDGER_OTHER_TOOLS ; do print_cmd_version "$cmd"; done
|
||||
}
|
||||
|
||||
# Run a command, but first log it with "Trying" prepended.
|
||||
|
Loading…
Reference in New Issue
Block a user