From 2ede5868f2da3724796c85530a9548b1018b29d8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 21 Jun 2023 07:27:27 -0900 Subject: [PATCH] textclient: bootstrap is no longer needed and is now just a stub to keep old scripts from breaking. --- textclient/bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2