Skip to content
Snippets Groups Projects
Commit 46bce97b authored by an7s's avatar an7s
Browse files

Fixed regex pattern

Former-commit-id: 86ea68d8e3aa9f317f3cd47a38f907bce8893d82
parent 93802cc4
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