projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df3cd4
)
Remove pathname.
author
marco
<marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Sep 2006 14:18:36 +0000
(14:18 +0000)
committer
marco
<marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Sep 2006 14:18:36 +0000
(14:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@708
38d2e660
-2303-0410-9eaa-
f027e97ec537
fonts/convbdf
patch
|
blob
|
history
diff --git
a/fonts/convbdf
b/fonts/convbdf
index dba88a2bb324ebf09ee43ce99c431ed0d654e489..61307cd85fd4311b5806688e96762126521f852e 100755
(executable)
--- a/
fonts/convbdf
+++ b/
fonts/convbdf
@@
-24,6
+24,7
@@
$IMAGE_VERTICAL = 1;
$file = $ARGV[0];
$font = $file;
+$font =~ s#.*/##; # remove path name
$font =~ s/\.bdf//;
$font =~ tr/a-zA-Z0-9_/_/cs;