| commit | ee6d4f3bb4652465f3db0f6a2044455362867281 | [log] [tgz] |
|---|---|---|
| author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 28 15:13:20 2011 -0700 |
| committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Sep 28 15:13:20 2011 -0700 |
| tree | 0888b830daac828d21eaeb8e9f6cb06282f4eae6 | |
| parent | beab63962653aa36e0ebf4cac7a045ba557861ba [diff] | |
| parent | 1c7f0c9761ede2d91a12b2d811e0588807501a2c [diff] |
Merge branch 'master' of github.com:cloudbuilders/devstack
diff --git a/build_lxc.sh b/build_lxc.sh index c441835..0817d1d 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -153,7 +153,7 @@ # Gracefully cp only if source file/dir exists function cp_it { if [ -e $1 ] || [ -d $1 ]; then - cp -pr $1 $2 + cp -pRL $1 $2 fi }