Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • kazoo kazoo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTETASTE
  • kazookazoo
  • Merge requests
  • !36

Dont use "eval time", time depends on bash

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Maxime Perrotin requested to merge feature_bash into master May 29, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

eval will use /bin/sh to run the shell command, and on Debian/Ubuntu this points to dash, which does not have the time command Replaced with bash -c

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature_bash