diff options
author | Jim Meyering <jim@meyering.net> | 1993-03-29 05:09:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-03-29 05:09:09 +0000 |
commit | 80f8bd8e8c5f610143a929dc5f9eeedb02db7aec (patch) | |
tree | 2938b5193deb43c8f7172f70e330872f81df26bd /src/cp.c | |
parent | eb652720df63b7cb5a7b1eaf51dc05445a545c66 (diff) | |
download | coreutils-80f8bd8e8c5f610143a929dc5f9eeedb02db7aec.tar.xz |
merge with 3.4.1
Diffstat (limited to 'src/cp.c')
-rw-r--r-- | src/cp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -220,8 +220,7 @@ main (argc, argv) #ifdef S_ISLNK flag_symbolic_link = 1; #else - error (0, 0, "symbolic links not supported; making hard links"); - flag_hard_link = 1; + error (1, 0, "symbolic links are not supported on this system"); #endif break; |