Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7769753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:14:10+00:00 2026-06-01T16:14:10+00:00

I have a Bash script that calls another Bash script. The called script does

  • 0

I have a Bash script that calls another Bash script. The called script does some modification and checking on a few things, shifts, and then passes the rest of the caller’s command line through.

In the called script, I have verified that I have everything managed and ready to call. Here’s some debug-style code I’ve put in:

echo $SVN $command $@ > /tmp/shimcmd
bash /tmp/shimcmd
$SVN $command $@

Now, in /tmp/shimcmd you’ll see:

svn commit --username=myuser --password=mypass --non-interactive --trust-server-cert -m "Auto Update autocommit Wed Apr 11 17:33:37 CDT 2012"

That is, the built command, all on one line, perfectly fine, including a -m “my string with spaces” portion.

It’s perfect. And the “bash /tmp/shimcmd” execution of it works perfectly as well.

But of course I don’t want this silly tmp file and such (only used it to debug). The problem is that calling the command directly, instead of via the shim file:

$SVN $command $@

results in the svn command itself NOT receiving the quoted string with spaces–it garbles the ‘-m “my string with spaces”‘ parameter and shanks the command as if it was passed as ‘-m my string with spaces’.

I have tried all manner of crazy escape methods to no avail. Can’t believe it’s dogging me this badly. Again, by echoing the very same thing ($SVN $command $@) to a file and then executing that file, it’s FINE. But calling directly garbles the quoted string. That element alone shanks.

Any ideas?

Dan

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:14:12+00:00Added an answer on June 1, 2026 at 4:14 pm

    Did you try:

    eval "$SVN $command $@"
    

    ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a script that calls a bash script that does some processing, but
I have a script that does some processing and then will call another relevant
I have some problems with a PHP script that calls a Bash script.... in
I have a bash script that simply calls different calls and redirect stdout and
I have a bash script that does ssh to a remote machine and executes
I have a bash script that sources contents from another file. The contents of
I have a bash script that installs some software. I want to fail as
I have a PHP script that calls a bash screen using exec and passes
I would like to do following: I have a bash script that calls an
I have a bash script that calls a java class method. The method returns

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.