mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
scstadmin: Use 1 instead of TRUE where an integer exit code is returned
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3598 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -999,7 +999,7 @@ sub writeConfiguration {
|
||||
if (!unlink $CONFIGFILE) {
|
||||
print "Failed to save current configuration, specified ".
|
||||
"file exists and cannot be deleted.\n";
|
||||
return TRUE;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user