summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-15 11:09:19 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-15 11:09:19 +0100
commitd20ccc5e16ab42a64d3d9f8e39060b7ac66a4a3a (patch)
tree9fd78e0a19fab050afab861f4b4a1c32ed5cf7c2 /src/aif.sh
parent84abaf01394412521ef087756704936f459f4af0 (diff)
fix for procedures display
Diffstat (limited to 'src/aif.sh')
-rwxr-xr-xsrc/aif.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aif.sh b/src/aif.sh
index cf52ac9..00f71e4 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -25,8 +25,8 @@ If the procedurename starts with 'http://' it will be wget'ed. Otherwise it's a
If the procedurename is prefixed with '<modulename>/' it will be loaded from user module <modulename>.\n
For more info, see the README which you can find in /usr/share/aif/docs\n
Available procedures:
-`find $LIB_CORE/procedures -type f | sed 's#$LIB_CORE##'`\n
-`find $LIB_USER/*/procedures -type f 2>/dev/null | sed 's#$LIB_USER##'`"
+`find $LIB_CORE/procedures -type f | sed \"s#$LIB_CORE##\"`\n
+`find $LIB_USER/*/procedures -type f 2>/dev/null | sed \"s#$LIB_USER##\"`"
[ -n "$procedure" ] && msg="$msg\nProcedure ($procedure) specific options:\n$var_ARGS_USAGE"
echo -e "$msg"