Changeset 3e3e28b


Ignore:
Timestamp:
04/14/2006 10:57:04 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
c2fdc03
Parents:
7636ee4
Message:

Fix a a bug in commands directory creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r7636ee4 r3e3e28b  
    600600
    601601  # Start clean
    602   if [ -d commands ]; then
    603     rm -rf commands
    604     mkdir -v commands
     602  if [ -d ${PROGNAME}-commands ]; then
     603    rm -rf ${PROGNAME}-commands
     604    mkdir -v ${PROGNAME}-commands
    605605  fi
    606606  echo -n "Extracting commands for"
Note: See TracChangeset for help on using the changeset viewer.