Changeset 887


Ignore:
Timestamp:
Nov 11, 2016, 5:58:08 PM (9 years ago)
Author:
herwigb
Message:

made args work both with / and \

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rpmbuild-bot/rpmbuild-bot.cmd

    r727 r887  
    55else script = script||'.sh'
    66script = translate(script, '/', '\')
     7args   = translate(args, '/', '\')
    78if (args \== '') then script = script||' '||args
    89'@sh -c '''script''''
Note: See TracChangeset for help on using the changeset viewer.