summaryrefslogtreecommitdiffstats
path: root/unix/ldAix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-14 09:44:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-14 09:44:34 (GMT)
commitc297897b8f3cef07ec0a8b86f7bf56322f8e65dc (patch)
tree2b99a664296c9d6d3e6b3b08c2d6581c1cb6cbf7 /unix/ldAix
parentc2a87a1640d623b273f5d410119278db08c159b3 (diff)
downloadtcl-c297897b8f3cef07ec0a8b86f7bf56322f8e65dc.zip
tcl-c297897b8f3cef07ec0a8b86f7bf56322f8e65dc.tar.gz
tcl-c297897b8f3cef07ec0a8b86f7bf56322f8e65dc.tar.bz2
Remove a number of eol-spaces. No change in functionality.
Diffstat (limited to 'unix/ldAix')
-rwxr-xr-xunix/ldAix6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/ldAix b/unix/ldAix
index 51b2995..f115ea8 100755
--- a/unix/ldAix
+++ b/unix/ldAix
@@ -1,5 +1,5 @@
#!/bin/sh
-#
+#
# ldAix ldCmd ldArg ldArg ...
#
# This shell script provides a wrapper for ld under AIX in order to
@@ -40,8 +40,8 @@ rm -f lib.exp
echo "#! $outputFile" >lib.exp
/usr/ccs/bin/nm $nmopts $ofiles | sed -e '/:$/d' -e '/ U /d' -e 's/^\.//' -e 's/[ |].*//' | sort | uniq >>lib.exp
-# If we're linking a .a file, then link all the objects together into a
-# single file "shr.o" and then put that into the archive. Otherwise link
+# If we're linking a .a file, then link all the objects together into a
+# single file "shr.o" and then put that into the archive. Otherwise link
# the object files directly into the .a file.
noDotA=`echo $outputFile | sed -e '/\.a$/d'`