Skip to content
Snippets Groups Projects
Commit 93802cc4 authored by an7s's avatar an7s
Browse files

Handling -

Former-commit-id: c02b4346b30c7c6fbe17c67db8156c2dcd15188b
parent 429dbefa
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ PROGRAM_NAME=`basename $PROGRAM_NAME`
DB_SCRIPT=$$.script.tmp
PROGRAM_NAME=`echo $PROGRAM_NAME | sed "s/[\.;+\\-\ ]/_/g"`
PROGRAM_NAME=`echo $PROGRAM_NAME | sed "s/[\.;,+\\ -\ ]/_/g"`
cat $PEASOUP_HOME/tools/db/pdb.createprogram.tbl | sed "s/#PROGNAME#/$PROGRAM_NAME/g" > $DB_SCRIPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment