diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/htmlgen.sh | 2 | ||||
-rwxr-xr-x | tools/update_versions.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/htmlgen.sh b/tools/htmlgen.sh index b623928..3953490 100755 --- a/tools/htmlgen.sh +++ b/tools/htmlgen.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [[ "$1" == "" ]]; then +if [ "$1" == "" -o "$1" == "-h" ]; then echo "usage: $(basename $0) destdir" exit 1 fi diff --git a/tools/update_versions.sh b/tools/update_versions.sh index 8c7f49f..188ed35 100755 --- a/tools/update_versions.sh +++ b/tools/update_versions.sh @@ -38,6 +38,9 @@ update_perl=" SBO-Lib/lib/SBO/Lib/Info.pm SBO-Lib/lib/SBO/Lib/Download.pm SBO-Lib/lib/SBO/Lib/Build.pm + SBO-Lib/lib/SBO/App.pm + SBO-Lib/lib/SBO/App/Remove.pm + SBO-Lib/lib/SBO/App/Snap.pm " update_other=" SBO-Lib/README |