fix: bad filename

This commit is contained in:
2023-07-31 10:30:14 +08:00
parent 00767f1aed
commit 14bf59fb5a
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
TRANSHELL_CONTENT_USAGE="usage: \$0 [command [arguments ...]]"
TRANSHELL_CONTENT_USAGE="usage: $0 [command [arguments ...]]"
TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO="The script is part of additional-base-lib. The package provides a simple way to solve the compatible problem between application and glibc, powered by bubblewrap."
TRANSHELL_CONTENT_SCRIPT_AUTO_DETECT="This script auto-detects normal executable and appimage, and then uses specified script to run either. If you experienced issues, you may want to use them directly."
TRANSHELL_CONTENT_APPIMAGE_INFO="for appimage, you need ablrun-appimage."