Remove unecessary code
This commit is contained in:
parent
855296fc5c
commit
86f740c46c
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Reference in a new issue