From: Art Cancro Date: Wed, 21 Jun 2023 16:27:27 +0000 (-0900) Subject: textclient: bootstrap is no longer needed and is now just a stub to keep old scripts... X-Git-Tag: v981~70 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=2ede5868f2da3724796c85530a9548b1018b29d8;p=citadel.git textclient: bootstrap is no longer needed and is now just a stub to keep old scripts from breaking. --- diff --git a/textclient/bootstrap b/textclient/bootstrap index 4224ed144..6b7f03d26 100755 --- a/textclient/bootstrap +++ b/textclient/bootstrap @@ -1,4 +1,5 @@ #!/bin/sh -grep '^#define CLIENT_VERSION' textclient.h | sed 's/[^0-9]*//g' >package-version.txt +# This isn't needed anymore and is now just a stub to keep old scripts from breaking. + exit 0