textclient: bootstrap is no longer needed and is now just a stub to keep old scripts...
authorArt Cancro <ajc@citadel.org>
Wed, 21 Jun 2023 16:27:27 +0000 (07:27 -0900)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Jun 2023 16:27:27 +0000 (07:27 -0900)
textclient/bootstrap

index 4224ed144f09ff608d4d4805f13e89403f05ef55..6b7f03d2618d1502768fb54a434929eae871b59c 100755 (executable)
@@ -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