summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-05-16 22:07:39 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-05-16 22:09:20 -0500
commit2292a5914e63fb911b4c074155e1f2c71418fbfe (patch)
tree743c7c4d023db8d052274c8e901418defa540c32
parent6ddd3b7eec599bf29ac1b4a5c61a153708c202a9 (diff)
fix stupid typo in get_parameters.
-rw-r--r--pm/functions.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/functions.in b/pm/functions.in
index 0fcdb0c..dabeddd 100644
--- a/pm/functions.in
+++ b/pm/functions.in
@@ -209,7 +209,7 @@ add_parameters() {
get_parameters() {
for x in "${STORAGEDIR}/parm:"*; do
- echo $x
+ echo "${x##*:}"
done
}