diff options
Diffstat (limited to 'editor/icons/xpmfix.sh')
-rwxr-xr-x | editor/icons/xpmfix.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/xpmfix.sh b/editor/icons/xpmfix.sh new file mode 100755 index 0000000000..a24dede3c9 --- /dev/null +++ b/editor/icons/xpmfix.sh @@ -0,0 +1,2 @@ +#!/bin/sh +sed -i 's/static char/static const char/g' *.xpm |