Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
0c013f5fc7abbc10265b26c214b33a25c65bd16f
/
.
/
testsuite
/
ln
/
ln-preserves-soft-links
blob: a8123ece33adbe48f2d91a972b9c3fe941fddfd7 [
file
] [
log
] [
blame
]
Eric Andersen
650fe63
2004-04-06 11:10:30 +0000
[
diff
] [
blame
]
1
echo file number one
>
file1
2
echo file number two
>
link1
3
set
+
e
4
busybox ln
-
s file1 link1
5
if
[
$
?
!=
0
]
;
then
6
exit
0
;
7
fi
8
exit
1
;
9