Remove unecessary code

This commit is contained in:
George Boudreau 2006-08-21 17:56:01 +00:00
parent 855296fc5c
commit 86f740c46c

View file

@ -1,6 +1,6 @@
#!/bin/bash
#
# $Id:$
# $Id:
#
export outFile=aConfig.in # file for reading and writing to.
@ -36,11 +36,6 @@ do
# read -r || break 1
read || break 1
if [[ "${REPLY}" = "" ]] || \
[[ "${REPLY:0:1}" = "=" ]] || \
[[ "${REPLY:0:1}" = "#" ]]; then
continue
fi
set -- $REPLY
PKG_NAME=$1