summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/mksymtab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/mksymtab.sh')
-rwxr-xr-xapps/examples/elf/tests/mksymtab.sh18
1 files changed, 1 insertions, 17 deletions
diff --git a/apps/examples/elf/tests/mksymtab.sh b/apps/examples/elf/tests/mksymtab.sh
index 56be10f73..51408a89c 100755
--- a/apps/examples/elf/tests/mksymtab.sh
+++ b/apps/examples/elf/tests/mksymtab.sh
@@ -1,22 +1,6 @@
#!/bin/bash
-usage="Usage: $0 [-t <tmp-file>] <test-dir-path>"
-
-# Check for the optional tempory file name
-
-tmpfile=varlist.tmp
-if [ "X${1}" = "X-t" ]; then
- shift
- tmpfile=$1
- shift
-
- if [ -z "$tmpfile" ]; then
- echo "ERROR: Missing <tmpfile>"
- echo ""
- echo $usage
- exit 1
- fi
-fi
+usage="Usage: $0 <test-dir-path>"
# Check for the required ROMFS directory path