Bug 20600 - Не правильная обработка тильды
Summary: Не правильная обработка тильды
Status: CLOSED NOTABUG
Alias: None
Product: ALT Linux Desktop
Classification: Distributions
Component: packages (show other bugs)
Version: 4.1.1
Hardware: all Linux
: P3 major
Assignee: Anton V. Boyarshinov
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 15:21 MSD by Dmitry A. Kharitonov
Modified: 2009-06-27 22:54 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry A. Kharitonov 2009-06-26 15:21:20 MSD
[user@servernf ~]$ rsync "~/.ssh"
rsync: link_stat "/home/user/~/.ssh" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at main.c(980) [sender=2.6.9]
[user@servernf ~]$ rpm -q rsync
rsync-2.6.9-alt1
[user@servernf ~]$ rsync ~/.ssh
skipping directory /home/user/.ssh
[user@servernf ~]$ bash --version
bash --version
GNU bash, version 3.1.17(1)-release (i586-alt-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
Comment 1 Mikhail Gusarov 2009-06-26 15:28:33 MSD
Работает в полном соответствии с man bash, раздел Tilde Expansion.
Comment 2 Mikhail Gusarov 2009-06-26 15:29:13 MSD
Промахнулся. s/WONTFIX/WORKSFORME/
Comment 3 Dmitry A. Kharitonov 2009-06-27 22:54:38 MSD
(В ответ на комментарий №2)
> Промахнулся. s/WONTFIX/WORKSFORME/
Я считал, что тильда должна в кавычках раскрываться... ошибался.