commit - 980b161540a9fb1b3691c610b5799ea1d3158a97
commit + cc5596d8c4a9f7e1fc5a632e5093e23f4fb80cb5
blob - 61693d0124d080967b08cd4aacf0859f70fc47ce
blob + 65a9f185b733ac69b17f431f15d4b32cdf4e238a
--- regress/cmdline/common.sh
+++ regress/cmdline/common.sh
command -v "gdate" >/dev/null 2>&1 && {
DATECMD="gdate"
} || {
- echo "Couldn't find `gdate` is GNU coreutils installed?"
+ echo "Couldn't find gdate is GNU coreutils installed?"
}
}
command "$DATECMD" "$@"
command -v "gln" >/dev/null 2>&1 && {
LNCMD="gln"
} || {
- echo "Couldn't find `gln` is GNU coreutils installed?"
+ echo "Couldn't find gln is GNU coreutils installed?"
}
}
command "$LNCMD" "$@"