Tools/UDI - Misc touchups
authorJohn Hodge <[email protected]>
Thu, 3 Oct 2013 15:02:59 +0000 (23:02 +0800)
committerJohn Hodge <[email protected]>
Thu, 3 Oct 2013 15:02:59 +0000 (23:02 +0800)
Tools/udimkpkg/udimkpkg
Tools/udisetup/udisetup

index 4cd2a29..6f689ca 100755 (executable)
@@ -2,7 +2,7 @@
 
 ABI=ia32
 
-cat udiprops.txt | sed 's/#.*//' | grep -v 'source_files\|source_requires\|compile_options' | tr '\n' '\0' > .udiprops.bin
+cat udiprops.txt | sed 's/ *#.*//' | grep -v '^$' | tr '\t' ' ' | grep -v 'source_files\|source_requires\|compile_options' | tr '\n' '\0' > .udiprops.bin
 
 shortname=`grep 'shortname ' udiprops.txt | head -n 1 | awk '{print $2}'`
 firstmodule=`grep 'module ' udiprops.txt | head -n 1 | awk '{print $2}'`
index b911aac..7c89f24 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
 
+#if [[ ! -e "$1" ]]; then
+#      echo "Pacakge '$1' does not exist"
+#      exit 1
+#fi
+
 TMPFILE=/tmp/acess_udisetup.tmp
 
 if echo $0 | grep '/' >/dev/null; then

UCC git Repository :: git.ucc.asn.au