Make sure nop command always suceeds

This commit is contained in:
Klaus Alexander Seistrup 2019-08-02 11:45:57 +02:00 committed by Fabian Homborg
parent 95c97619c6
commit 7046d251d9

View file

@ -76,6 +76,8 @@ 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.
# This command always succeeds
true
end
#