mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Make sure nop command always suceeds
This commit is contained in:
committed by
Fabian Homborg
parent
95c97619c6
commit
7046d251d9
@@ -75,7 +75,9 @@ end
|
||||
function : -d "no-op function"
|
||||
# for compatibility with sh, bash, and others.
|
||||
# Often used to insert a comment into a chain of commands without having
|
||||
# it eat up the remainder of the line, handy in Makefiles.
|
||||
# it eat up the remainder of the line, handy in Makefiles.
|
||||
# This command always succeeds
|
||||
true
|
||||
end
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user