Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14209 > unrolled thread
| Started by | Jungsub Shin <supsup5642@gmail.com> |
|---|---|
| First post | 2018-06-03 11:08 +0900 |
| Last post | 2018-06-03 11:08 +0900 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
Bash don't interpret ~ path with multiple options. Jungsub Shin <supsup5642@gmail.com> - 2018-06-03 11:08 +0900
| From | Jungsub Shin <supsup5642@gmail.com> |
|---|---|
| Date | 2018-06-03 11:08 +0900 |
| Subject | Bash don't interpret ~ path with multiple options. |
| Message-ID | <mailman.1044.1528032061.1292.bug-bash@gnu.org> |
When i try mount aufs, i find some problem with bash. # mount -o remount,append=~/test_aufs/ro1=ro+wh ~/test_aufs/mount mount failed with ~/test_aufs/ro1 path isn't exist message. So i try to debug with strace and i find out bash don't replace ~ path to absolute path. So i try again with split options lile below. # mount -o remount -o append=~/test_aufs/ro1=ro+wh ~/test_aufs/mount It works well. is this bug?? Thanks.
Back to top | Article view | gnu.bash.bug
csiph-web