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:
@@ -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="."
|
||||
|
||||
Reference in New Issue
Block a user