summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 20:37:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 20:37:29 +0000
commit97d7eaf83aa3b6c5bae34c53a1f0023967f1733d (patch)
tree086985321b0c61489d5d6743c1c1b1c672d1ecdc
parentAdded EINVAL for passing a NULL pointer in. (diff)
downloadrtems-97d7eaf83aa3b6c5bae34c53a1f0023967f1733d.tar.bz2
Added ";;" to correct syntactical error.
-rw-r--r--scripts/mkgccnewlibspec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkgccnewlibspec.in b/scripts/mkgccnewlibspec.in
index 054cdeac1f..248aa2828e 100644
--- a/scripts/mkgccnewlibspec.in
+++ b/scripts/mkgccnewlibspec.in
@@ -30,6 +30,7 @@ case $1 in
shift
dst=$1
shift
+ ;;
-a) # alternate specs file
shift
specsrc=$1