diff options
Diffstat (limited to 'slackware64/e/maketag.ez')
-rw-r--r-- | slackware64/e/maketag.ez | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slackware64/e/maketag.ez b/slackware64/e/maketag.ez index 012d0cea..979b369a 100644 --- a/slackware64/e/maketag.ez +++ b/slackware64/e/maketag.ez @@ -11,7 +11,7 @@ from series E. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 16 72 6 \ -"emacs" "The GNU Emacs 24.2 system" "on" \ +"emacs" "The GNU Emacs system" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs @@ -27,7 +27,7 @@ cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ emacs \ ; do - if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then + if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag else echo "$PACKAGE: SKP" >> $TMP/SeTnewtag |