Search the web
Sign In
New User? Sign Up
put-latex · LaTeX users group at Poznan UT
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
[put-latex-svn][pwesolek] r89 - trunk/distcomp/scripts   Message List  
Reply | Forward Message #386 of 404 |
Author: pwesolek
Date: Mon Apr 20 13:05:16 2009
New Revision: 89

Modified:
trunk/distcomp/scripts/rshknowhosts.sh
trunk/distcomp/scripts/rshlst.sh
trunk/distcomp/scripts/rshpar.sh
trunk/distcomp/scripts/rshrunner.sh
trunk/distcomp/scripts/rshseq.sh
Log:
Fixed shebang to correctly parse bash-like constructs.


Modified: trunk/distcomp/scripts/rshknowhosts.sh
==============================================================================
--- trunk/distcomp/scripts/rshknowhosts.sh (original)
+++ trunk/distcomp/scripts/rshknowhosts.sh Mon Apr 20 13:05:16 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

hook_usage_head="Feeds SSH's known_hosts with a list of hosts."
hook_usage_args=""

Modified: trunk/distcomp/scripts/rshlst.sh
==============================================================================
--- trunk/distcomp/scripts/rshlst.sh (original)
+++ trunk/distcomp/scripts/rshlst.sh Mon Apr 20 13:05:16 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

hook_usage_head="Lists SSH-accessible hosts."
hook_usage_args=""

Modified: trunk/distcomp/scripts/rshpar.sh
==============================================================================
--- trunk/distcomp/scripts/rshpar.sh (original)
+++ trunk/distcomp/scripts/rshpar.sh Mon Apr 20 13:05:16 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

hook_usage_head="Executes the command in parallel."
hook_usage_args="remote_command"

Modified: trunk/distcomp/scripts/rshrunner.sh
==============================================================================
--- trunk/distcomp/scripts/rshrunner.sh (original)
+++ trunk/distcomp/scripts/rshrunner.sh Mon Apr 20 13:05:16 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

##########
# This file contains common code used in rsh* set of commands.

Modified: trunk/distcomp/scripts/rshseq.sh
==============================================================================
--- trunk/distcomp/scripts/rshseq.sh (original)
+++ trunk/distcomp/scripts/rshseq.sh Mon Apr 20 13:05:16 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash

hook_usage_head="Executes the command sequentially."
hook_usage_args="remote_command"



Mon Apr 20, 2009 11:01 am

dawid_weiss
Offline Offline
Send Email Send Email

Forward
Message #386 of 404 |
Expand Messages Author Sort by Date

Author: pwesolek Date: Mon Apr 20 13:05:16 2009 New Revision: 89 Modified: trunk/distcomp/scripts/rshknowhosts.sh trunk/distcomp/scripts/rshlst.sh ...
dawid.weiss@...
dawid_weiss
Offline Send Email
Apr 20, 2009
11:22 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help