File: ylwrap.pat

package info (click to toggle)
cscope 15.8a-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,636 kB
  • ctags: 1,933
  • sloc: ansic: 9,441; sh: 4,661; lex: 1,854; lisp: 1,572; perl: 598; yacc: 587; ml: 57; makefile: 52
file content (11 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
--- src/ylwrap	Tue Jun 26 15:23:52 2001
+++ src.DOS/ylwrap	Thu Jun 28 17:39:31 2001
@@ -80,7 +80,7 @@
     ;;
  *)
     # Make a symbolic link, hard link or hardcopy.
-    ln -s ../"$input" . > /dev/null 2>&1 || ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
+    ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
     ;;
 esac
 $prog ${1+"$@"} "$input"