Author: Wolfgang <[email protected]> Date: Sun Apr 10 11:35:48 2011 +0200 Committer: Wolfgang <[email protected]> Commit-Date: Sun Apr 10 11:35:48 2011 +0200
typos --- install.sh | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 203a33f..446b57e 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # # install.sh - Installs/Updates NagVis # -# Copyright (c) 2004-2010 NagVis Project (Contact: [email protected]) +# Copyright (c) 2004-2011 NagVis Project (Contact: [email protected]) # # Development: # Wolfgang Nieder @@ -30,7 +30,7 @@ ############################################################################### # Installer version -INSTALLER_VERSION="0.2.16" +INSTALLER_VERSION="0.2.17" # Default action INSTALLER_ACTION="install" # Be quiet? (Enable/Disable confirmations) @@ -748,7 +748,7 @@ copy_dir_xpath() { # Get files and directories to copy. This takes only the elements in the # given directory. # FILES=`find $NAGVIS_PATH_BACKUP/$2 -mindepth 1 -maxdepth 1` - FILES=`find $NAGVIS_PATH_BACKUP/$1/* -prune 2> /dev/null` + FILES=`find $NAGVIS_PATH_BACKUP/$2/* -prune 2> /dev/null` # Maybe exclude some files @@ -763,6 +763,7 @@ copy_dir_xpath() { } copy() { + IFS=" "$'\n' DONE="" # DEBUG: [ -n "$LINE" ] && line "$LINE" @@ -778,8 +779,7 @@ copy() { if [ -d "$NAGVIS_PATH_BACKUP/$2" -a ! -d "$3" ]; then # Get files and directories to copy. This takes only the elements in the # given directory. - FILES=`find $NAGVIS_PATH_BACKUP/$2/* -prune` - + FILES=`find $NAGVIS_PATH_BACKUP/$2/* -prune 2> /dev/null` # Maybe exclude some files if [ "$1" != "" ]; then ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
