Some long-pending updates and fixes

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2100 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-12-22 01:16:02 +00:00
parent a1244b26bc
commit d2602bfa19
7 changed files with 58 additions and 27 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
#!/bin/bash
#!/bin/sh
if [ $# -gt 1 ]; then
echo "Syntax: ctmap.sh [indir] |sort [>map-file]"
echo "Creates a map of colormaps used by various images"
echo "Creates a map of colormaps used by various images"
exit 1
elif [ $# -ne 1 ]; then
INDIR="."