Skip to content

Commit

Permalink
removed "sort -u" command in yorapi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thiebaut committed Feb 2, 2006
1 parent 1226377 commit 1ff021f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yorapi.sh
@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: yorapi.sh,v 1.2 2006-01-30 08:30:59 thiebaut Exp $
# $Id: yorapi.sh,v 1.3 2006-02-02 09:17:06 thiebaut Exp $
# MSWindows and AIX both require lists of all symbols declared as PLUG_API
# in order to properly link plugins.

Expand Down Expand Up @@ -54,7 +54,7 @@ s/://g
s/[ ]*//g
EOF

sed -f cfg.01 cfg.00 | sort -u >yorapi.def
sed -f cfg.01 cfg.00 >yorapi.def
rm -f cfg.*

# original MSWindows script
Expand Down

0 comments on commit 1ff021f

Please sign in to comment.